C# Class XWiki.XmlRpc.SpaceSummary

Contains summary data regarding a space.
Show file Open project: xwiki-contrib/xwiki-office

Public Properties

Property Type Description
key String
name String
url String

Property Details

key public property

The key for the space.
public String key
return String

name public property

The name of the space.
public String name
return String

url public property

The 'view' url for the space(by default: WebHome page).
public String url
return String