IFlowParameter Properties
An object defining properties for the IFlowParameter class.
GeneralIsChanged
Indicates whether the general properties of the parameter have been modified.
Type: bool
IsChanged
Indicates whether the parameter has been modified programmatically.
Type: bool
Type
Specifies the type of the parameter, such as string, number, or boolean.
Type: FlowParameterType
Accepted Values:
Name Value String 0 Number 1 Boolean 2 Datetime 3 Control 4
Name
Specifies the name of the parameter.
Type: string
Value
Represents the value of the parameter.
Type: object