Interface ISpaceClause
An interface for a space clause
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
|
Improve this Doc
View Source
Not
Declaration
ISpaceClause Not { get; }
Property Value
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
|
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
|
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
|
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