C# Класс XWiki.Model.Space

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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