Class Body
Inheritance
System.Object
Body
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 Body
Properties
| Improve this Doc View SourceStorage
Storage for content, used when creating
Declaration
[JsonProperty("storage", DefaultValueHandling = DefaultValueHandling.Ignore)]
public BodyContent Storage { get; set; }
Property Value
Type | Description |
---|---|
BodyContent |
View
View for Body
Declaration
[JsonProperty("view", DefaultValueHandling = DefaultValueHandling.Ignore)]
public BodyContent View { get; set; }
Property Value
Type | Description |
---|---|
BodyContent |