Click or drag to resize

ContextHelperGetParameterValue Method (ContextParameters, String, ContextFileReference)

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

Parameters

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

Return Value

Type: ContextFileReference
The parameter value
See Also