C# Class XWiki.XmlRpc.XWikiObjectSummary

Contains summary information about a XWiki object.
Show file Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Properties

Property Type Description
className string
guid string
id int
pageId string
pageMinorVersion int
pageVersion int
prettyName string

Property Details

className public property

The name of the class.
public string className
return string

guid public property

A guid identifing the XWiki object.
public string guid
return string

id public property

The id of the object.
public int id
return int

pageId public property

The id of the page contining the object.
public string pageId
return string

pageMinorVersion public property

The minor version of the page.
public int pageMinorVersion
return int

pageVersion public property

The version of the page.
public int pageVersion
return int

prettyName public property

The pretty name of the object, containing the indexed access name. Eg: XWiki.JavaScriptExtension[0]
public string prettyName
return string