DialogInfo MethodsDocuWare Platform .NET API
The DialogInfo type exposes the following members.
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
See Also