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: 9.1.0.0 (9.1.0.20241025)
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