IFlowCreateDocumentOptions Properties
An object defining properties for the IFlowCreateDocumentOptions class.
NodeCaption
Type: Dictionary<string, string>
ParentDocumentObjectName
The name of the parent document.
Type: string
DocumentObjectKey
Specifies the unique key of the document to be created.
Type: string
ViewId
The ID of the view associated with the document.
Type: string
FormName
The name of the form associated with the document.
Type: string
ParentDocumentObjectKey
The unique key of the parent document.
Type: string
ProcessName
The name of the project associated with the document creation.
Type: string
IsChanged
Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
Type: bool
ExistingDocumentOptions
Options for handling existing documents within the workflow.
ViewName
The name of the view associated with the document.
Type: string
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.
Type: PanelSize
Accepted Values:
Name Value None 0 Small 1 Medium 2 Large 3
CreateIdentity
Indicates whether a unique identity should be created for the document.
Type: bool
DocumentObjectName
Specifies the name of the document to be created.
Type: string
OperationType
Specifies the type of operation for creating the document.
Type: CreateDocumentType
Accepted Values:
Name Value None 0 CreateForm 1 AddExisting 2
CreatorObjectName
The name of the object that creates the document.
Type: string
ProcessId
The ID of the project associated with the document creation.
Type: string
FormId
The ID of the form associated with the document.
Type: string