FlowCreateExistingDocumentOptions
Defines options for creating an existing document, including path assignment type, path type, path value, and change tracking.
Properties
| Name | Description |
|---|---|
| Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |
| PathValue | The value of the path to the document. |
| PathType | Specifies the type of path used when creating the document. |
| PathAssignType | Specifies the assignment type for the document path. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |