Class Children
Child information See: https://docs.atlassian.com/confluence/REST/latest
Inheritance
System.Object
Children
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 Children
Properties
| Improve this Doc View SourceExpandables
The values that are expandable
Declaration
[JsonProperty("_expandable")]
public IDictionary<string, string> Expandables { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.String> |
Links
Different links for this entity, depending on the entry
Declaration
[JsonProperty("_links", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Links Links { get; set; }
Property Value
Type | Description |
---|---|
Links |
Result
Results with pages
Declaration
[JsonProperty("page", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Result<Content> Result { get; set; }
Property Value
Type | Description |
---|---|
Result<Content> |