Interface IContentClause
An interface for a content id based clauses
Assembly: Dapplo.Confluence.dll
Syntax
public interface IContentClause
Properties
|
Improve this Doc
View Source
Not
Declaration
IContentClause Not { get; }
Property Value
Methods
|
Improve this Doc
View Source
In(Int64[])
This allows fluent constructs like Id.In(1234, 45678)
Declaration
IFinalClause In(params long[] values)
Parameters
Type |
Name |
Description |
System.Int64[] |
values |
|
Returns
|
Improve this Doc
View Source
InRecentlyViewedContent(Int32, Int32)
This allows fluent constructs like Id.InRecentlyViewedContent(10, 20)
Declaration
IFinalClause InRecentlyViewedContent(int limit, int offset = 0)
Parameters
Type |
Name |
Description |
System.Int32 |
limit |
|
System.Int32 |
offset |
|
Returns
|
Improve this Doc
View Source
Is(Int64)
This allows fluent constructs like Id.Is(12345)
Declaration
Parameters
Type |
Name |
Description |
System.Int64 |
id |
|
Returns