Class Space
Space information See: https://docs.atlassian.com/confluence/REST/latest Should be called with expand=icon,description.plain,homepage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dapplo.Confluence.Entities
Assembly: Dapplo.Confluence.dll
Syntax
[JsonObject]
public class Space : BaseEntity<long>
Properties
| Improve this Doc View SourceDescription
Description
Declaration
[JsonProperty("description", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Description Description { get; set; }
Property Value
Type | Description |
---|---|
Description |
Expandables
The values that are expandable
Declaration
[JsonProperty("_expandable")]
public IDictionary<string, string> Expandables { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.String> |
Icon
Icon for the space
Declaration
[JsonProperty("icon", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Picture Icon { get; set; }
Property Value
Type | Description |
---|---|
Picture |
IsPersonal
Test if this space is a personal space, this is true when the Key starts with a ~
Declaration
[JsonIgnore]
public bool IsPersonal { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Key
Key for the space
Declaration
[JsonProperty("key", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
The name of the space
Declaration
[JsonProperty("name", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |