Skip to main content

IFlowDocumentOptions

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

Properties

NameDescription
FormNameThe name of the form associated with the document.
GeneralIsChangedIndicates if any general properties within this document options instance have been modified.
FormReadOnlyIndicates if the form should be read-only within the document.
DocumentIdThe unique ID of the document within the workflow system.
TypeSpecifies the type of document operation within the workflow.
ViewNameThe name of the view associated with the document.
FormIdThe ID of the form associated with the document.
FormCaptionThe caption of the form associated with the document.
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.
ViewIdThe ID of the view associated with the document.
ExistingDocumentPathThe path of an existing document if it is referenced within the workflow.
ParametersAdditional parameters for configuring the document in the workflow.
ProcessIdThe ID 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.
ProcessNameThe name of the project associated with the document.