C# 클래스 XWiki.Model.Space

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

공개 프로퍼티들

프로퍼티 타입 설명
documents List

공개 메소드들

메소드 설명
AddDocuments ( IEnumerable _documents ) : void

Adds a collection of XWiki documents to the space instance.

AddDocuments ( IEnumerable _documents ) : void

Adds a collection of XWiki documents to the space instance.

GetUnpublishedDocuments ( ) : List

Gets the unpublished XWiki documents in the Space instance.

Space ( ) : System

Default constructor. Creates a new instance of the Space class.

this ( String pageName ) : XWikiDocument

Space indexer. Gets a XWiki document based on its name.

메소드 상세

AddDocuments() 공개 메소드

Adds a collection of XWiki documents to the space instance.
public AddDocuments ( IEnumerable _documents ) : void
_documents IEnumerable A collection containing XWiki documents names.
리턴 void

AddDocuments() 공개 메소드

Adds a collection of XWiki documents to the space instance.
public AddDocuments ( IEnumerable _documents ) : void
_documents IEnumerable A collection containing XWiki documents.
리턴 void

GetUnpublishedDocuments() 공개 메소드

Gets the unpublished XWiki documents in the Space instance.
public GetUnpublishedDocuments ( ) : List
리턴 List

Space() 공개 메소드

Default constructor. Creates a new instance of the Space class.
public Space ( ) : System
리턴 System

this() 공개 메소드

Space indexer. Gets a XWiki document based on its name.
public this ( String pageName ) : XWikiDocument
pageName String The name of the XWiki document.
리턴 XWikiDocument

프로퍼티 상세

documents 공개적으로 프로퍼티

The list of documents in the space.
public List documents
리턴 List