[This is preliminary documentation and is subject to change.]

The DocumentQuery type exposes the following members.

Constructors

  NameDescription
Public methodDocumentQuery
Initializes a new instance of the DocumentQuery class

Fields

  NameDescription
Public fieldApproverID
ID of the Document Approver. Possible values can be obtained via the GetManagedList method (using Person type) from the Core Service.
Public fieldCopyHolderID
The ID of the Copy Holder. Possible values can be obtained via the GetManagedList method (using Person type) from the Core Service.
Public fieldDocumentOwnerID
The ID of the Document Owner. Possible values can be obtained via the GetManagedList method (using Person type) from the Core Service.
Public fieldDocumentStatus
ID of the Document Status. Possible values can be obtained via the GetManagedList method from the Core Service e.g Active, Draft, Inactive, Obsolete.
Public fieldDocumentTypeID
The ID of the Document Type. Possible values can be obtained via the GetManagedList method from the Core Service.
Public fieldKeywords
The Keywords used to search for Documents

See Also