AutomationActionDataProviderGetStepParameterValueT Method |
Returns value of step parameter specified by stepInfo and parameter and converts it to specified type.
If the value is null, default value of the return type is returned.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax protected static T GetStepParameterValue<T>(
WorkflowStepInfo stepInfo,
string parameter
)
Parameters
- stepInfo
- Type: CMS.WorkflowEngineWorkflowStepInfo
Step object - parameter
- Type: SystemString
Parameter name
Type Parameters
- T
- Return type
Return Value
Type:
TExceptions Exception | Condition |
---|
ArgumentNullException | Thrown if either of method parameters are null. |
See Also