Skip to main content

FlowCreateDocumentOptions Properties

An object defining properties for the FlowCreateDocumentOptions 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.

Type: IFlowCreateExistingDocumentOptions


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:

NameValue
None0
Small1
Medium2
Large3

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:

NameValue
None0
CreateForm1
AddExisting2

CreatorObjectName

The name of the object that creates the document.

Type: string


Caption

A dictionary containing captions for workflow objects, mapping identifiers to their display names.

Type: Dictionary<string, 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