Click or drag to resize
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.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax
C#
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: T
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if either of method parameters are null.
See Also