• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Confluence
    • AttachmentDomain
    • ConfluenceClient
    • ConfluenceClientConfig
    • ConfluenceException
    • ContentExtensions
    • GroupDomain
    • IAttachmentDomain
    • IConfluenceClient
    • IConfluenceClientPlugins
    • IConfluenceDomain
    • IContentDomain
    • IGroupDomain
    • IMiscDomain
    • ISpaceDomain
    • IUserDomain
    • MiscExtensions
    • SpaceExtensions
    • UserDomain
    • UserIdentifierExtensions
  • Dapplo.Confluence.Entities
    • BaseEntity<TId>
    • Body
    • BodyContent
    • Children
    • Content
    • CopyContent
    • CopyDestinations
    • CopyPageRequestDestination
    • Description
    • Error
    • Group
    • History
    • IUserIdentifier
    • Label
    • LastUpdated
    • Links
    • LongRunningTask
    • Metadata
    • PagingInformation
    • Picture
    • Plain
    • Positions
    • Result<TResult>
    • SearchDetails
    • Space
    • SpaceContents
    • SystemInfoEntity
    • User
    • UserWatch
    • Version
  • Dapplo.Confluence.Query
    • ContentTypes
    • Fields
    • IContentClause
    • IDatetimeClause
    • IDatetimeClauseWithoutValue
    • IFinalClause
    • ISimpleValueClause
    • ISpaceClause
    • ITextClause
    • ITitleClause
    • ITypeClause
    • IUserClause
    • Operators
    • Where

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 Source

Base

The base (hostname) for the server

Declaration
[JsonProperty("base", DefaultValueHandling = DefaultValueHandling.Ignore)]
public Uri Base { get; set; }
Property Value
Type Description
Uri
| Improve this Doc View Source

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
| Improve this Doc View Source

Context

TODO: What is this?

Declaration
[JsonProperty("context", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Context { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Status

Status of a task

Declaration
[JsonProperty("status", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Status { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2017 Dapplo