C# 클래스 XWiki.XmlRpc.Page

Contains the attributes of a page.
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
content String
id String
parentId String
space String
title String
translations String[]
url String

공개 메소드들

메소드 설명
Page ( String pageId ) : System

Creates a new Page instance. Initialises the non-parametrized members with the default values.

Page ( String pageId, String content ) : System

Creates a new Page instance. Initialises the non-parametrized members with the default values.

메소드 상세

Page() 공개 메소드

Creates a new Page instance. Initialises the non-parametrized members with the default values.
public Page ( String pageId ) : System
pageId String The id of the page.
리턴 System

Page() 공개 메소드

Creates a new Page instance. Initialises the non-parametrized members with the default values.
public Page ( String pageId, String content ) : System
pageId String The id of the page.
content String The content of the page.
리턴 System

프로퍼티 상세

content 공개적으로 프로퍼티

The (non-rendered)content of the page.
public String content
리턴 String

id 공개적으로 프로퍼티

The id of the page.
public String id
리턴 String

parentId 공개적으로 프로퍼티

The id of the parent page.
public String parentId
리턴 String

space 공개적으로 프로퍼티

The name of the space.
public String space
리턴 String

title 공개적으로 프로퍼티

The title of the page.
public String title
리턴 String

translations 공개적으로 프로퍼티

Array containing all available translations for the current page. The array does not contain the value of the default language of the page.
public String[] translations
리턴 String[]

url 공개적으로 프로퍼티

The 'view' url of the page.
public String url
리턴 String