Skip to main content

DocumentOptions Properties

An object defining properties for the DocumentOptions class.

CreateOptions

Gets or sets the options for creating the document item.

Type: DocumentCreateOptions


DocumentId

Gets or sets the document ID for the document item.

Type: long


Endpoint

Gets or sets the endpoint associated with the document item.

Type: string


ViewOptions

Gets or sets the options for viewing the document item.

Type: DocumentViewOptions


Type

Gets or sets the type of the document item.

Type: CreateDocumentType
Accepted Values:

NameValue
None0
CreateForm1
AddExisting2

Key

Gets or sets the key associated with the document item.

Type: string


Name

Gets or sets the name of the document item.

Type: string


SaveOptions

Gets or sets the options for saving the document item.

Type: List<DocumentSaveOption>


FormInstance

Gets the form instance associated with the document options.

Type: FormInstance


DMObjectOptions

Gets or sets the document management object options for the document item.

Type: DMObjectOptions


SignatureOptions

Gets or sets the options for signing the document item.

Type: DocumentSignatureOptions