• 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 Space

Space information See: https://docs.atlassian.com/confluence/REST/latest Should be called with expand=icon,description.plain,homepage

Inheritance
System.Object
BaseEntity<System.Int64>
Space
Inherited Members
BaseEntity<Int64>.InternalId
BaseEntity<Int64>.Id
BaseEntity<Int64>.Links
BaseEntity<Int64>.Type
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 Space : BaseEntity<long>

Properties

| Improve this Doc View Source

Description

Description

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

Expandables

The values that are expandable

Declaration
[JsonProperty("_expandable")]
public IDictionary<string, string> Expandables { get; set; }
Property Value
Type Description
IDictionary<System.String, System.String>
| Improve this Doc View Source

Icon

Icon for the space

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

IsPersonal

Test if this space is a personal space, this is true when the Key starts with a ~

Declaration
[JsonIgnore]
public bool IsPersonal { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Key

Key for the space

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

Name

The name of the space

Declaration
[JsonProperty("name", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2017 Dapplo