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