Skip to main content

IFlowDocumentOptions

Defines options for configuring document-related properties within the workflow, including form, view, and parameters.

Properties

NameDescription
FormCaptionThe caption of the form associated with the document.
ViewIdThe ID of the view associated with the document.
GeneralIsChangedIndicates if any general properties within this document options instance have been modified.
DocumentIdThe unique ID of the document within the workflow system.
FormNameThe name of the form associated with the document.
ProcessNameThe name of the project associated with the document.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
TypeSpecifies the type of document operation within the workflow.
ViewNameThe name of the view associated with the document.
ExistingDocumentPathThe path of an existing document if it is referenced within the workflow.
FormReadOnlyIndicates if the form should be read-only within the document.
ParametersAdditional parameters for configuring the document in the workflow.
PanelSizeThe PanelSize enum defines the different size options for forms in the user interface, determining how much of the screen a panel occupies when displayed.
ProcessIdThe ID of the project associated with the document.
FormIdThe ID of the form associated with the document.