IFlowDocumentOptions
Defines options for configuring document-related properties within the workflow, including form, view, and parameters.
Properties
Name | Description |
---|---|
FormCaption | The caption of the form associated with the document. |
ViewId | The ID of the view associated with the document. |
GeneralIsChanged | Indicates if any general properties within this document options instance have been modified. |
DocumentId | The unique ID of the document within the workflow system. |
FormName | The name of the form associated with the document. |
ProcessName | The name 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. |
Type | Specifies the type of document operation within the workflow. |
ViewName | The name of the view associated with the document. |
ExistingDocumentPath | The path of an existing document if it is referenced within the workflow. |
FormReadOnly | Indicates if the form should be read-only within the document. |
Parameters | Additional parameters for configuring the document in the workflow. |
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. |
ProcessId | The ID of the project associated with the document. |
FormId | The ID of the form associated with the document. |