C# 클래스 XWiki.Model.XWikiDocument

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

공개 프로퍼티들

프로퍼티 타입 설명
published bool

공개 메소드들

메소드 설명
XWikiDocument ( ) : System

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

메소드 상세

XWikiDocument() 공개 메소드

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

프로퍼티 상세

published 공개적으로 프로퍼티

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
리턴 bool