C# Класс XWiki.XmlRpc.Page

Contains the attributes of a page.
Показать файл Открыть проект Примеры использования класса

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

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