• 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 ISpaceClause

An interface for a space clause

Namespace: Dapplo.Confluence.Query
Assembly: Dapplo.Confluence.dll
Syntax
public interface ISpaceClause

Properties

| Improve this Doc View Source

InFavouriteSpaces

This allows fluent constructs like Space.InFavouriteSpaces

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

Not

Negates the expression

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

Methods

| Improve this Doc View Source

In(String[])

This allows fluent constructs like Space.In("DEV", "PRODUCTION")

Declaration
IFinalClause In(params string[] values)
Parameters
Type Name Description
System.String[] values
Returns
Type Description
IFinalClause
| Improve this Doc View Source

InFavouriteSpacesAnd(String[])

This allows fluent constructs like Space.InFavouriteSpacesAnd("DEV", "PRODUCTION")

Declaration
IFinalClause InFavouriteSpacesAnd(params string[] values)
Parameters
Type Name Description
System.String[] values
Returns
Type Description
IFinalClause
| Improve this Doc View Source

InRecentlyViewedSpaces(Int32)

This allows fluent constructs like Space.InRecentlyViewedSpaces(10)

Declaration
IFinalClause InRecentlyViewedSpaces(int limit)
Parameters
Type Name Description
System.Int32 limit
Returns
Type Description
IFinalClause
| Improve this Doc View Source

Is(String)

This allows fluent constructs like Space.Is("blub")

Declaration
IFinalClause Is(string spaceId)
Parameters
Type Name Description
System.String spaceId
Returns
Type Description
IFinalClause
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2017 Dapplo