Skip to main content

FlowCreateExistingDocumentOptions Properties

An object defining properties for the FlowCreateExistingDocumentOptions class.

Caption

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

Type: Dictionary<string, string>


PathValue

The value of the path to the document.

Type: string


PathType

Specifies the type of path used when creating the document.

Type: CreateDocumentPathType
Accepted Values:

NameValue
Full0
FormId1

PathAssignType

Specifies the assignment type for the document path.

Type: CreateDocumentPathAssignType
Accepted Values:

NameValue
Constant0
Variable1

IsChanged

Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.

Type: bool