C# Class XWiki.Model.XWikiDocument

Show file Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Properties

Property Type Description
published bool

Public Methods

Method Description
XWikiDocument ( ) : System

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

Method Details

XWikiDocument() public method

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

Property Details

published public 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
return bool