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.3.3.0 (8.3.3.20240926)
Syntax public static ContextFileReference GetParameterValue(
ContextParameters context,
string name,
ContextFileReference defaultValue
)
Public Shared Function GetParameterValue (
context As ContextParameters,
name As String,
defaultValue As ContextFileReference
) As ContextFileReference
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:
ContextFileReferenceThe parameter value
See Also