Click or drag to resize

ContextHelperGetParameterValue Method (ContextParameters, String, String)

Get the string 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 string GetParameterValue(
	ContextParameters context,
	string name,
	string defaultValue
)

Parameters

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

Return Value

Type: String
The parameter value
See Also