Skip to main content

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:

NameValue
String0
Number1
Boolean2
Datetime3
Control4

Name

Specifies the name of the parameter.

Type: string


Value

Represents the value of the parameter.

Type: object