Property | Type | Description | |
---|---|---|---|
spaces | List |
Method | Description | |
---|---|---|
AddSpaces ( IEnumerable |
Adds a collection of spaces to the wiki.
|
|
AddSpaces ( IEnumerable |
Adds a collection of spaces to the wiki.
|
|
ContainsSpace ( string spaceName ) : bool |
Specifies if the wiki contains a given space.
|
|
GetAllDocuments ( ) : List |
Gets all document instances in the wiki.
|
|
GetPageById ( String pageFullName ) : |
Gets the XWiki Document for a given id.
|
|
GetUnpublishedWikiStructure ( ) : |
Gets the unplublished spaces and documents from wiki structure instance.
|
|
RemoveXWikiDocument ( |
Removes a XWikiDocument instance from the wiki structure. This has no effect on the server. It only affects the document list Word works with.
|
|
Wiki ( ) : System |
Default constructor. Instantiates the spaces list.
|
|
this ( String spaceName ) : |
Wiki indexer. Gets the instance of the specified space in the wiki.
|
public AddSpaces ( IEnumerable |
||
_spaces | IEnumerable |
|
return | void |
public AddSpaces ( IEnumerable |
||
_spaces | IEnumerable |
|
return | void |
public ContainsSpace ( string spaceName ) : bool | ||
spaceName | string | The name of the searched space. |
return | bool |
public GetPageById ( String pageFullName ) : |
||
pageFullName | String | The full name of the page. |
return |
public GetUnpublishedWikiStructure ( ) : |
||
return |
public RemoveXWikiDocument ( |
||
doc | ||
return | void |
public this ( String spaceName ) : |
||
spaceName | String | The name of the wiki space. |
return |