Click or drag to resize

ContextHelperSetParameterValue Method

Set the parameter value in the context parameter

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static void SetParameterValue(
	ContextParameters context,
	string name,
	Object value
)

Parameters

context
Type: WorkflowGen.My.DataContextParameters
The context
name
Type: SystemString
The context name
value
Type: SystemObject
The value to set in the context parameter
See Also