• 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

Interface IContentDomain

The is the marker interface to the content functionality of the Confluence API

Inherited Members
IConfluenceDomain.Behaviour
IConfluenceClient.Attachment
IConfluenceClient.ConfluenceApiUri
IConfluenceClient.ConfluenceUri
IConfluenceClient.Content
IConfluenceClient.Group
IConfluenceClient.Misc
IConfluenceClient.Plugins
IConfluenceClient.Space
IConfluenceClient.User
IConfluenceClient.CreateDownloadUri(Links)
IConfluenceClient.CreateTinyUiUri(Links)
IConfluenceClient.CreateWebUiUri(Links)
IConfluenceClient.SetBasicAuthentication(String, String)
IConfluenceClient.SetBearerAuthentication(String)
IConfluenceClient.IsCloudServer(CancellationToken)
Namespace: Dapplo.Confluence
Assembly: Dapplo.Confluence.dll
Syntax
public interface IContentDomain : IConfluenceDomain, IConfluenceClient

Extension Methods

ContentExtensions.CreateAsync(IContentDomain, ContentTypes, String, String, String, Nullable<Int64>, CancellationToken)
ContentExtensions.CreateAsync(IContentDomain, ContentTypes, String, String, Body, Nullable<Int64>, CancellationToken)
ContentExtensions.CreateAsync(IContentDomain, Content, CancellationToken)
ContentExtensions.DeleteAsync(IContentDomain, Int64, Boolean, CancellationToken)
ContentExtensions.GetAsync(IContentDomain, Int64, IEnumerable<String>, CancellationToken)
ContentExtensions.GetByTitleAsync(IContentDomain, String, String, PagingInformation, CancellationToken)
ContentExtensions.GetChildrenAsync(IContentDomain, Int64, PagingInformation, Nullable<Int32>, CancellationToken)
ContentExtensions.GetHistoryAsync(IContentDomain, Int64, CancellationToken)
ContentExtensions.SearchAsync(IContentDomain, IFinalClause, String, PagingInformation, IEnumerable<String>, CancellationToken)
ContentExtensions.SearchAsync(IContentDomain, SearchDetails, CancellationToken)
ContentExtensions.MoveAsync(IContentDomain, Int64, Positions, Int64, CancellationToken)
ContentExtensions.CopyAsync(IContentDomain, Int64, CopyContent, IEnumerable<String>, CancellationToken)
ContentExtensions.UpdateAsync(IContentDomain, Content, CancellationToken)
ContentExtensions.GetLabelsAsync(IContentDomain, Int64, CancellationToken)
ContentExtensions.AddLabelsAsync(IContentDomain, Int64, IEnumerable<Label>, CancellationToken)
ContentExtensions.DeleteLabelAsync(IContentDomain, Int64, String, CancellationToken)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2017 Dapplo