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

Use this class to configure some of the behaviour. This stores the "expand" settings for the different REST calls, and defines what additional information is requested.

Inheritance
System.Object
ConfluenceClientConfig
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
Assembly: Dapplo.Confluence.dll
Syntax
public static class ConfluenceClientConfig

Properties

| Improve this Doc View Source

ExpandGetAttachments

The values that are expanded in the GetAttachments result

Declaration
public static string[] ExpandGetAttachments { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandGetChildren

The values that are expanded in the GetChildren results

Declaration
public static string[] ExpandGetChildren { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandGetContent

The values that are expanded in the GetContent result

Declaration
public static string[] ExpandGetContent { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandGetContentByTitle

The values that are expanded in the GetContentByTitle results

Declaration
public static string[] ExpandGetContentByTitle { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandGetContentForUpdate

The values that are expanded in the GetContent result, but for an update use case

Declaration
public static string[] ExpandGetContentForUpdate { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandGetContentWithStorage

These expand values can be used when getting the content with storage, instead of view

Declaration
public static string[] ExpandGetContentWithStorage { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandGetSpace

The values that are expanded in the GetSpace result

Declaration
public static string[] ExpandGetSpace { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandGetSpaces

The values that are expanded in the GetSpaces results

Declaration
public static string[] ExpandGetSpaces { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandSearch

The values that are expanded in the Search results

Declaration
public static string[] ExpandSearch { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandSpaceGetContents

The values that are expanded in the Space.GetContentsAsync results

Declaration
public static string[] ExpandSpaceGetContents { get; set; }
Property Value
Type Description
System.String[]
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2017 Dapplo