• 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

Namespace Dapplo.Confluence.Entities

Classes

BaseEntity<TId>

Base entity, defines things that are in every entity. Content, Space, Attachments are all entities.

Body

Body See: https://docs.atlassian.com/confluence/REST/latest

BodyContent

Content for the body

Children

Child information See: https://docs.atlassian.com/confluence/REST/latest

Content

Content, this can be many things e.g a page or an attachment See: https://docs.atlassian.com/confluence/REST/latest

CopyContent

Information on how to copy content

CopyPageRequestDestination

Defines where the page is copied to

Description

Description information See: https://docs.atlassian.com/confluence/REST/latest

Error

Error information

Group

Group information See: https://docs.atlassian.com/confluence/REST/latest

History

History information See: https://docs.atlassian.com/confluence/REST/latest

Label

Info on a label See: https://docs.atlassian.com/confluence/REST/latest

LastUpdated

LastUpdated information See: https://docs.atlassian.com/confluence/REST/latest

Links

Links information See: https://docs.atlassian.com/confluence/REST/latest

LongRunningTask

The long running tasks

Metadata

Metadata information, used in attachment See: https://docs.atlassian.com/confluence/REST/latest

PagingInformation

Contains some basic paging information

Picture

Space information See: https://docs.atlassian.com/confluence/REST/latest

Plain

Plain information, used in the description. TODO: Find a better name See: https://docs.atlassian.com/confluence/REST/latest

Result<TResult>

A container to store pageable results See: https://docs.atlassian.com/confluence/REST/latest

SearchDetails

Details to perform a search with

Space

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

SpaceContents

Contents of a space

SystemInfoEntity

THis is the system information See result in: https://developer.atlassian.com/cloud/confluence/rest/#api-api-settings-systemInfo-get

User

User information See: https://docs.atlassian.com/confluence/REST/latest

UserWatch

UserWatch See result in: https://developer.atlassian.com/cloud/confluence/rest/#api-api-user-watch-label-labelName-get

Version

Version information See: https://docs.atlassian.com/confluence/REST/latest

Interfaces

IUserIdentifier

Interface which allows us to have an account ID or username to work with.

Enums

CopyDestinations

Defines where the page will be copied to, and can be one of the following types.

Positions

Positions which are used to describe where content is moved to

In This Article
Back to top Copyright © 2017 Dapplo