C# 클래스 XWiki.Model.Wiki

파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
spaces List

공개 메소드들

메소드 설명
AddSpaces ( IEnumerable _spaces ) : void

Adds a collection of spaces to the wiki.

AddSpaces ( IEnumerable _spaces ) : void

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 ) : XWikiDocument

Gets the XWiki Document for a given id.

GetUnpublishedWikiStructure ( ) : Wiki

Gets the unplublished spaces and documents from wiki structure instance.

RemoveXWikiDocument ( XWikiDocument doc ) : void

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 ) : Space

Wiki indexer. Gets the instance of the specified space in the wiki.

메소드 상세

AddSpaces() 공개 메소드

Adds a collection of spaces to the wiki.
public AddSpaces ( IEnumerable _spaces ) : void
_spaces IEnumerable
리턴 void

AddSpaces() 공개 메소드

Adds a collection of spaces to the wiki.
public AddSpaces ( IEnumerable _spaces ) : void
_spaces IEnumerable
리턴 void

ContainsSpace() 공개 메소드

Specifies if the wiki contains a given space.
public ContainsSpace ( string spaceName ) : bool
spaceName string The name of the searched space.
리턴 bool

GetAllDocuments() 공개 메소드

Gets all document instances in the wiki.
public GetAllDocuments ( ) : List
리턴 List

GetPageById() 공개 메소드

Gets the XWiki Document for a given id.
public GetPageById ( String pageFullName ) : XWikiDocument
pageFullName String The full name of the page.
리턴 XWikiDocument

GetUnpublishedWikiStructure() 공개 메소드

Gets the unplublished spaces and documents from wiki structure instance.
public GetUnpublishedWikiStructure ( ) : Wiki
리턴 Wiki

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.
public RemoveXWikiDocument ( XWikiDocument doc ) : void
doc XWikiDocument
리턴 void

Wiki() 공개 메소드

Default constructor. Instantiates the spaces list.
public Wiki ( ) : System
리턴 System

this() 공개 메소드

Wiki indexer. Gets the instance of the specified space in the wiki.
public this ( String spaceName ) : Space
spaceName String The name of the wiki space.
리턴 Space

프로퍼티 상세

spaces 공개적으로 프로퍼티

A list with all spaces in the wiki.
public List spaces
리턴 List