C# Class XWiki.XmlRpc.PageSummary

Contains summary data about a page.
Show file Open project: xwiki-contrib/xwiki-office

Public Properties

Property Type Description
id String
parentId String
space String
title String
translations String[]
url String

Property Details

id public property

The id of the page.
public String id
return String

parentId public property

The id of the parent page.
public String parentId
return String

space public property

The name of the page.
public String space
return String

title public property

The title of the page.
public String title
return String

translations public property

The available translations for the current page. The array does not contain the default language of the page.
public String[] translations
return String[]

url public property

The url of the page.
public String url
return String