Skip to main content

FlowDocumentStateProperties Properties

An object defining properties for the FlowDocumentStateProperties class.

Caption

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

Type: Dictionary<string, string>


Documents

A list of document state items associated with this property.

Type: List<FlowDocumentStateItem>


IsChanged

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

Type: bool


AssignerPositionObjectName

The name of the position that assigned the document state within the workflow.

Type: string