Class BodyContent
Content for the body
Inheritance
System.Object
BodyContent
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 BodyContent
Properties
| Improve this Doc View SourceRepresentation
Representation
Declaration
[JsonProperty("representation", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Representation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Value of the view
Declaration
[JsonProperty("value", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |