ContextHelperGetParameterValue Method (ContextParameters, String, Boolean) |
Get the bool parameter value from the context
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public static bool GetParameterValue(
ContextParameters context,
string name,
bool defaultValue
)
Public Shared Function GetParameterValue (
context As ContextParameters,
name As String,
defaultValue As Boolean
) As Boolean
Parameters
- context
- Type: WorkflowGen.My.DataContextParameters
The context - name
- Type: SystemString
The context parameter name - defaultValue
- Type: SystemBoolean
The default value
Return Value
Type:
BooleanThe parameter value
See Also