Class Links
Links information See: https://docs.atlassian.com/confluence/REST/latest
Inheritance
System.Object
Links
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 Links
Properties
| Improve this Doc View SourceBase
The base (hostname) for the server
Declaration
[JsonProperty("base", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Uri Base { get; set; }
Property Value
Type | Description |
---|---|
Uri |
Collection
A path to the rest API to where this belongs, content has a collection of "/rest/api/content"
Declaration
[JsonProperty("collection", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Collection { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Context
TODO: What is this?
Declaration
[JsonProperty("context", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Context { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Download
The link, usually for attachments, to download the content
Declaration
[JsonProperty("download", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Download { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Next
A link to the next result when using paging
Declaration
[JsonProperty("next", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Uri Next { get; set; }
Property Value
Type | Description |
---|---|
Uri |
Self
A link to the entity itself (so one can find it again)
Declaration
[JsonProperty("self", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Uri Self { get; set; }
Property Value
Type | Description |
---|---|
Uri |
Status
Status of a task
Declaration
[JsonProperty("status", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TinyUi
A short link to the content, relative to the hostname (and port)
Declaration
[JsonProperty("tinyui", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string TinyUi { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WebUi
A normal, but well readable, link to the content
Declaration
[JsonProperty("webui", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string WebUi { get; set; }
Property Value
Type | Description |
---|---|
System.String |