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
Inherited Members
Namespace: Dapplo.Confluence
Assembly: Dapplo.Confluence.dll
Syntax
public static class ConfluenceClientConfig
Properties
| Improve this Doc View SourceExpandGetAttachments
The values that are expanded in the GetAttachments result
Declaration
public static string[] ExpandGetAttachments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
ExpandGetChildren
The values that are expanded in the GetChildren results
Declaration
public static string[] ExpandGetChildren { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
ExpandGetContent
The values that are expanded in the GetContent result
Declaration
public static string[] ExpandGetContent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
ExpandGetContentByTitle
The values that are expanded in the GetContentByTitle results
Declaration
public static string[] ExpandGetContentByTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
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[] |
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[] |
ExpandGetSpace
The values that are expanded in the GetSpace result
Declaration
public static string[] ExpandGetSpace { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
ExpandGetSpaces
The values that are expanded in the GetSpaces results
Declaration
public static string[] ExpandGetSpaces { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
ExpandSearch
The values that are expanded in the Search results
Declaration
public static string[] ExpandSearch { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |
ExpandSpaceGetContents
The values that are expanded in the Space.GetContentsAsync results
Declaration
public static string[] ExpandSpaceGetContents { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String[] |