Class SpaceContents
Contents of a space
Inheritance
System.Object
SpaceContents
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 SpaceContents
Properties
| Improve this Doc View SourceBlogposts
The blogposts
Declaration
[JsonProperty("blogpost", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Result<Content> Blogposts { get; set; }
Property Value
Type | Description |
---|---|
Result<Content> |
Links
The links
Declaration
[JsonProperty("_links", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Links Links { get; set; }
Property Value
Type | Description |
---|---|
Links |
Pages
The pages
Declaration
[JsonProperty("page", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Result<Content> Pages { get; set; }
Property Value
Type | Description |
---|---|
Result<Content> |