Interface ITypeClause
Interface for the CQL type clauses
Namespace: Dapplo.Confluence.Query
Assembly: Dapplo.Confluence.dll
Syntax
public interface ITypeClause
Properties
| Improve this Doc View SourceIsAttachment
This allows fluent constructs like Type.IsAttachment
Declaration
IFinalClause IsAttachment { get; }
Property Value
Type | Description |
---|---|
IFinalClause |
IsBlogPost
This allows fluent constructs like Type.IsBlogPost
Declaration
IFinalClause IsBlogPost { get; }
Property Value
Type | Description |
---|---|
IFinalClause |
IsComment
This allows fluent constructs like Type.IsComment
Declaration
IFinalClause IsComment { get; }
Property Value
Type | Description |
---|---|
IFinalClause |
IsPage
This allows fluent constructs like Type.IsPage
Declaration
IFinalClause IsPage { get; }
Property Value
Type | Description |
---|---|
IFinalClause |
Not
Negates the expression
Declaration
ITypeClause Not { get; }
Property Value
Type | Description |
---|---|
ITypeClause |
Methods
| Improve this Doc View SourceIn(ContentTypes[])
Test if the type is one of the specified types
Declaration
IFinalClause In(params ContentTypes[] contentTypes)
Parameters
Type | Name | Description |
---|---|---|
ContentTypes[] | contentTypes | array of types |
Returns
Type | Description |
---|---|
IFinalClause | IFinalClause |