FlowDocumentOptions
Defines options for configuring document-related properties within the workflow, including form, view, and parameters.
Properties
| Name | Description |
|---|---|
| FormName | The name of the form associated with the document. |
| GeneralIsChanged | Indicates if any general properties within this document options instance have been modified. |
| FormReadOnly | Indicates if the form should be read-only within the document. |
| DocumentId | The unique ID of the document within the workflow system. |
| Type | Specifies the type of document operation within the workflow. |
| ViewName | The name of the view associated with the document. |
| FormId | The ID of the form associated with the document. |
| FormCaption | The caption of the form associated with the document. |
| PanelSize | The PanelSize enum defines the different size options for forms in the user interface, determining how much of the screen a panel occupies when displayed. |
| ViewId | The ID of the view associated with the document. |
| ExistingDocumentPath | The path of an existing document if it is referenced within the workflow. |
| Parameters | Additional parameters for configuring the document in the workflow. |
| ProcessId | The ID of the project associated with the document. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
| ProcessName | The name of the project associated with the document. |