DocumentViewOptions
The DocumentViewOptions class represents options for viewing a document within a workflow, including properties for identification, display settings, and permissions.
Properties
| Name | Description |
|---|---|
| FormName | Gets or sets the form name associated with the document view option. |
| Caption | Gets or sets the caption for the document view option. |
| ShowEvents | Gets or sets a value indicating whether events are shown for the document view option. |
| ProjectName | Gets or sets the project name associated with the document view option. |
| Id | Gets or sets the identifier for the document view option. |
| Type | Gets or sets the type of document creation for the document view option. |
| ObjectName | Gets or sets the object name associated with the document view option. |
| ViewName | Gets or sets the view name associated with the document view option. |
| AllowEdit | Gets or sets a value indicating whether editing is allowed for the document view option. |
| FormId | Gets or sets the form ID associated with the document view option. |
| FormCaption | Gets or sets the form caption for the document view option. |
| PanelSize | Gets or sets the panel size for the document view option. |
| ViewId | Gets or sets the view ID associated with the document view option. |
| ExistingDocumentPath | Gets or sets the path of the existing document for the document view option. |
| ProjectId | Gets or sets the project ID associated with the document view option. |