Skip to main content

IFlowMembersOptions Properties

An object defining properties for the IFlowMembersOptions class.

Positions

The positions associated with the workflow.

Type: IMembersPositions


IsChanged

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

Type: bool


TableObjects

A list of table objects associated with the workflow. Each item represents: Represents properties for table objects within the workflow, including data type, document object name, table object name, field name, and a modification status flag.

Type: List<IMembersTableObjects>


DetailObjects

A list of detail objects associated with the workflow. Each item represents: Represents properties for detail objects within the workflow, including data type, document object name, details object name, field name, and a modification status flag.

Type: List<IMembersDetailObjects>


Users

A list of users associated with the workflow. Each item represents: Represents properties for users within the workflow, including user ID, code, name, and a modification status flag.

Type: List<IMembersUsers>


PositionGroups

The position groups associated with the workflow.

Type: IMembersPositionGroups