FlowDocumentSynchronizerProperties Properties
An object defining properties for the FlowDocumentSynchronizerProperties class.
ValueOptions
Specifies the variable value options for synchronization.
Type: IVariableValueOptions
IsChanged
Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
Type: bool
SyncOptions
Defines synchronization options for the document.
Type: IFlowSyncOptions
ResumeOnError
Indicates whether the process should continue on encountering an error. Obsolete: Use ErrorOptions
instead.
Type: bool
ErrorDescriptionObjectName
Specifies the name of the object used to describe errors. Obsolete: Use ErrorOptions
instead.
Type: string
ErrorOptions
Defines error-handling options for the workflow flow, including properties to control error resumption and error description object handling.
Type: IFlowErrorOptions
Caption
A dictionary containing captions for workflow objects, mapping identifiers to their display names.
Type: Dictionary<string, string>