DocumentItem
The DocumentItem class represents an item in a document management system, including properties for key, name, type, endpoint, and various options for creation, saving, viewing, and signing documents.
Properties
| Name | Description |
|---|---|
| CreateOptions | Gets or sets the options for creating the document item. |
| DocumentId | Gets or sets the document ID for the document item. |
| Endpoint | Gets or sets the endpoint associated with the document item. |
| ViewOptions | Gets or sets the options for viewing the document item. |
| Type | Gets or sets the type of the document item. |
| Key | Gets or sets the key associated with the document item. |
| Name | Gets or sets the name of the document item. |
| SaveOptions | Gets or sets the options for saving the document item. |
| DMObjectOptions | Gets or sets the document management object options for the document item. |
| SignatureOptions | Gets or sets the options for signing the document item. |