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

  NameDescription
Public methodDocumentsQuery
Initializes a new instance of the DocumentsQuery class
Back to Top
Methods

  NameDescription
Public methodGetDocumentsQueryResultFromResultRelation
Calls the HTTP Get method on the link for the relation “result”.
Public methodGetDocumentsQueryResultFromResultRelationAsync
Calls the HTTP Get method on the link for the relation “result” asynchronously.
Public methodPostToBatchUpdateRelationForBatchUpdateIndexFieldsResult
Calls the HTTP Post method on the link for the relation “batchUpdate”.
Public methodPostToBatchUpdateRelationForBatchUpdateIndexFieldsResultAsync
Calls the HTTP Post method on the link for the relation “batchUpdate” asynchronously.
Public methodPostToDialogExpressionRelationForDocumentsQueryResult
Calls the HTTP Post method on the link for the relation “dialogExpression”.
Public methodPostToDialogExpressionRelationForDocumentsQueryResultAsync
Calls the HTTP Post method on the link for the relation “dialogExpression” asynchronously.
Back to Top
Properties

  NameDescription
Public propertyBatchUpdateRelationLink
Gets the Uri of the link for the relation “batchUpdate”.
Public propertyDialogExpressionRelationLink
Gets the Uri of the link for the relation “dialogExpression”.
Public propertyExpression
Gets or sets the query expression.
Public propertyFields
Gets or sets the fields which are returned by this query.
Public propertyLinks
Public propertyResultRelationLink
Gets the Uri of the link for the relation “result”.
Public propertySortOrder
Gets or sets the fields which are returned by this query.
Back to Top
See Also