C# Class XWiki.Model.XWikiDocument

Afficher le fichier Open project: xwiki-contrib/xwiki-office Class Usage Examples

Méthodes publiques

Свойство Type Description
published bool

Méthodes publiques

Méthode Description
XWikiDocument ( ) : System

Default constructor, creates a new instance of the XWikiDocument class.

Method Details

XWikiDocument() public méthode

Default constructor, creates a new instance of the XWikiDocument class.
public XWikiDocument ( ) : System
Résultat System

Property Details

published public_oe property

Specifies if the document is published on wiki or if it's a local one. Default is TRUE, since the majority of pages are from the server. FALSE only for new added (and not published) pages.
public bool published
Résultat bool