DialogInfo MembersDocuWare Platform .NET API
The DialogInfo type exposes the following members.
Constructors

  NameDescription
Public methodDialogInfo
Creates a new instance of this class
Back to Top
Methods

  NameDescription
Public methodGetCountResultFromCountRelation
Calls the HTTP Get method on the link for the relation “count”.
Public methodGetCountResultFromCountRelationAsync
Calls the HTTP Get method on the link for the relation “count” asynchronously.
Public methodGetDialogFromAssignedDialogRelation
Calls the HTTP Get method on the link for the relation “assignedDialog”.
Public methodGetDialogFromAssignedDialogRelationAsync
Calls the HTTP Get method on the link for the relation “assignedDialog” asynchronously.
Public methodGetDialogFromSelfRelation
Calls the HTTP Get method on the link for the relation “self”.
Public methodGetDialogFromSelfRelationAsync
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Public methodPostToCountRelationForCountResult
Calls the HTTP Post method on the link for the relation “count”.
Public methodPostToCountRelationForCountResultAsync
Calls the HTTP Post method on the link for the relation “count” asynchronously.
Public methodPostToSelectListRelationForSelectListResult
Calls the HTTP Post method on the link for the relation “selectList”.
Public methodPostToSelectListRelationForSelectListResultAsync
Calls the HTTP Post method on the link for the relation “selectList” asynchronously.
Public methodPostToStoreDocumentRelationForDocument
Calls the HTTP Post method on the link for the relation “storeDocument”.
Public methodPostToStoreDocumentRelationForDocumentAsync
Calls the HTTP Post method on the link for the relation “storeDocument” asynchronously.
Public methodPostToTransferRelationForDocumentsQueryResult
Calls the HTTP Post method on the link for the relation “transfer”.
Public methodPostToTransferRelationForDocumentsQueryResultAsync
Calls the HTTP Post method on the link for the relation “transfer” asynchronously.
Public methodToString
Returns a OnlineString that represents this instance.
(Overrides OnlineObject ToString .)
Back to Top
Properties

  NameDescription
Public propertyAssignedDialogId
The id of the assigned dialog
Public propertyAssignedDialogRelationLink
Gets the Uri of the link for the relation “assignedDialog”.
Public propertyColor
Color of the dialog icon.
Public propertyCountRelationLink
Gets the Uri of the link for the relation “count”.
Public propertyDisplayName
Public propertyFileCabinetId
Public propertyFileCabinetName
Public propertyId
Public propertyIsDefault
Gets or sets if this dialog is a default dialog.
Public propertyIsForMobile
Public propertyLinks
Public propertySelectListRelationLink
Gets the Uri of the link for the relation “selectList”.
Public propertySelfRelationLink
Gets the Uri of the link for the relation “self”.
Public propertyStoreDocumentRelationLink
Gets the Uri of the link for the relation “storeDocument”.
Public propertyTransferRelationLink
Gets the Uri of the link for the relation “transfer”.
Public propertyType
The type of the dialog.
Back to Top
See Also