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

  NameDescription
Public methodDocumentsQueryResult
Initializes a new instance of the DocumentsQueryResult class
Back to Top
Methods

  NameDescription
Public methodGetDocumentsQueryResultFromDownloadRelation
Calls the HTTP Get method on the link for the relation “download”.
Public methodGetDocumentsQueryResultFromDownloadRelationAsync
Calls the HTTP Get method on the link for the relation “download” asynchronously.
Public methodGetDocumentsQueryResultFromFirstRelation
Calls the HTTP Get method on the link for the relation “first”.
Public methodGetDocumentsQueryResultFromFirstRelationAsync
Calls the HTTP Get method on the link for the relation “first” asynchronously.
Public methodGetDocumentsQueryResultFromNextRelation
Calls the HTTP Get method on the link for the relation “next”.
Public methodGetDocumentsQueryResultFromNextRelationAsync
Calls the HTTP Get method on the link for the relation “next” asynchronously.
Public methodGetDocumentsQueryResultFromPrevRelation
Calls the HTTP Get method on the link for the relation “prev”.
Public methodGetDocumentsQueryResultFromPrevRelationAsync
Calls the HTTP Get method on the link for the relation “prev” asynchronously.
Public methodGetDocumentsQueryResultFromSelfRelation
Calls the HTTP Get method on the link for the relation “self”.
Public methodGetDocumentsQueryResultFromSelfRelationAsync
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Public methodGetXElementFromFeedRelation
Calls the HTTP Get method on the link for the relation “feed”.
Public methodGetXElementFromFeedRelationAsync
Calls the HTTP Get method on the link for the relation “feed” 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.
Back to Top
Properties

  NameDescription
Public propertyBatchUpdateRelationLink
Gets the Uri of the link for the relation “batchUpdate”.
Public propertyCount
Gets the number of items of the query leading to this result.
Public propertyDownloadRelationLink
Gets the Uri of the link for the relation “download”.
Public propertyFeedRelationLink
Gets the Uri of the link for the relation “feed”.
Public propertyFirstRelationLink
Gets the Uri of the link for the relation “first”.
Public propertyItems
Public propertyLinks
Public propertyNextRelationLink
Gets the Uri of the link for the relation “next”.
Public propertyPrevRelationLink
Gets the Uri of the link for the relation “prev”.
Public propertySelfRelationLink
Gets the Uri of the link for the relation “self”.
Public propertyTimeStamp
TimeStamp of the result.
Public propertyTitle
The title of the document collection, if it exists.
Back to Top
See Also