• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Confluence
    • AttachmentDomain
    • ConfluenceClient
    • ConfluenceClientConfig
    • ConfluenceException
    • ContentExtensions
    • GroupDomain
    • IAttachmentDomain
    • IConfluenceClient
    • IConfluenceClientPlugins
    • IConfluenceDomain
    • IContentDomain
    • IGroupDomain
    • IMiscDomain
    • ISpaceDomain
    • IUserDomain
    • MiscExtensions
    • SpaceExtensions
    • UserDomain
    • UserIdentifierExtensions
  • Dapplo.Confluence.Entities
    • BaseEntity<TId>
    • Body
    • BodyContent
    • Children
    • Content
    • CopyContent
    • CopyDestinations
    • CopyPageRequestDestination
    • Description
    • Error
    • Group
    • History
    • IUserIdentifier
    • Label
    • LastUpdated
    • Links
    • LongRunningTask
    • Metadata
    • PagingInformation
    • Picture
    • Plain
    • Positions
    • Result<TResult>
    • SearchDetails
    • Space
    • SpaceContents
    • SystemInfoEntity
    • User
    • UserWatch
    • Version
  • Dapplo.Confluence.Query
    • ContentTypes
    • Fields
    • IContentClause
    • IDatetimeClause
    • IDatetimeClauseWithoutValue
    • IFinalClause
    • ISimpleValueClause
    • ISpaceClause
    • ITextClause
    • ITitleClause
    • ITypeClause
    • IUserClause
    • Operators
    • Where

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 Source

IsAttachment

This allows fluent constructs like Type.IsAttachment

Declaration
IFinalClause IsAttachment { get; }
Property Value
Type Description
IFinalClause
| Improve this Doc View Source

IsBlogPost

This allows fluent constructs like Type.IsBlogPost

Declaration
IFinalClause IsBlogPost { get; }
Property Value
Type Description
IFinalClause
| Improve this Doc View Source

IsComment

This allows fluent constructs like Type.IsComment

Declaration
IFinalClause IsComment { get; }
Property Value
Type Description
IFinalClause
| Improve this Doc View Source

IsPage

This allows fluent constructs like Type.IsPage

Declaration
IFinalClause IsPage { get; }
Property Value
Type Description
IFinalClause
| Improve this Doc View Source

Not

Negates the expression

Declaration
ITypeClause Not { get; }
Property Value
Type Description
ITypeClause

Methods

| Improve this Doc View Source

In(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

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2017 Dapplo