Skip to main content

IFlowSourceOptions Properties

An object defining properties for the IFlowSourceOptions class.

DocumentObjectKey

Gets or sets the unique key identifier of the document object.

Type: string

The DocumentObjectKey property specifies the unique identifier for the document object that serves as the data source. This key is used to locate and access the specific document object within the system.


IsChanged

Gets or sets whether the source configuration has been modified.

Type: bool

The IsChanged property indicates whether any changes have been made to the data source configuration. This flag is used to track modifications to the source settings and can be used to determine if the configuration needs to be saved or updated.


Type

Gets or sets the type identifier of the data source.

Type: int

The Type property specifies the category or type of the data source being used in the workflow. This numeric identifier helps determine how the source data should be accessed and processed during workflow execution.


DocumentObjectName

Gets or sets the display name of the document object.

Type: string

The DocumentObjectName property specifies the human-readable name of the document object that serves as the data source. This name is used for display purposes and helps users identify the source document in the workflow interface.


DetailName

Gets or sets the name of the detail section within the document object.

Type: string

The DetailName property specifies which detail section of the document object should be used as the data source. This property is used when the source data is contained within a specific detail section of the document object.