Class Picture
Space information See: https://docs.atlassian.com/confluence/REST/latest
Inheritance
System.Object
Picture
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 Picture
Properties
| Improve this Doc View SourceHeight
Height of the picture
Declaration
[JsonProperty("height", DefaultValueHandling = DefaultValueHandling.Ignore)]
public int Height { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsDefault
Is this picture the default
Declaration
[JsonProperty("isDefault", DefaultValueHandling = DefaultValueHandling.Ignore)]
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Path
The path for the picture relative to the hostname (and port) of the server, this is outside the Rest API path
Declaration
[JsonProperty("path", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Width of the picture
Declaration
[JsonProperty("width", DefaultValueHandling = DefaultValueHandling.Ignore)]
public int Width { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |