GetDocumentCriteria Class |
Namespace: Tse.EasyBook.Server.DataContracts.OwnerLogin
public class GetDocumentCriteria : OwnerLoginBaseCriteria
The GetDocumentCriteria type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDocumentCriteria |
| Name | Description | |
|---|---|---|
| CorrespondenceId |
The Id of the correspondence entity that references the document. If an invoice is to be retrieved then use "InvoiceNo" instead.
| |
| DocumentType |
The document type to fetch the document for. Leave this NULL if the document fetched is the ID of a CorrespondenceWeb object.
If a documenttype is provided, use the CorrespondenceId to provide the Id of the document to load.
| |
| ProfileId |
The profileid of the owner
(Inherited from OwnerLoginBaseCriteria.) |