Click or drag to resize

ContextHelperGetParameterValue Method (ContextParameters, String, Int32)

Get the int parameter value from the context

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static int GetParameterValue(
	ContextParameters context,
	string name,
	int defaultValue
)

Parameters

context
Type: WorkflowGen.My.DataContextParameters
The context
name
Type: SystemString
The context parameter name
defaultValue
Type: SystemInt32
The default value

Return Value

Type: Int32
The parameter value
See Also