Class Content
Content, this can be many things e.g a page or an attachment See: https://docs.atlassian.com/confluence/REST/latest
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 Content : BaseEntity<long>
Properties
| Improve this Doc View SourceAncestors
Ancestors for the content
Declaration
[JsonProperty("ancestors", DefaultValueHandling = DefaultValueHandling.Ignore)]
public IList<Content> Ancestors { get; set; }
Property Value
Type | Description |
---|---|
IList<Content> |
Body
Body of the content
Declaration
[JsonProperty("body", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Body Body { get; set; }
Property Value
Type | Description |
---|---|
Body |
Container
The container where this content hangs, this is not filled unless expand=container
Declaration
[JsonProperty("container", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Content Container { get; set; }
Property Value
Type | Description |
---|---|
Content |
Expandables
The values that are expandable
Declaration
[JsonProperty("_expandable", DefaultValueHandling = DefaultValueHandling.Ignore)]
public IDictionary<string, string> Expandables { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.String> |
History
History information for the content, this is not filled unless expand=history
Declaration
[JsonProperty("history", DefaultValueHandling = DefaultValueHandling.Ignore)]
public History History { get; set; }
Property Value
Type | Description |
---|---|
History |
Metadata
Additional meta-data for the attachment, like the comment
Declaration
[JsonProperty("metadata", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Metadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
Metadata |
Space
The space where this content is
Declaration
[JsonProperty("space", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Space Space { get; set; }
Property Value
Type | Description |
---|---|
Space |
Title
The title of the content
Declaration
[JsonProperty("title", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Version
Version information for the content, this is not filled unless expand=version
Declaration
[JsonProperty("version", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Version Version { get; set; }
Property Value
Type | Description |
---|---|
Version |