AutomationActionDataProvider Methods |
The AutomationActionDataProvider type exposes the following members.
Name | Description | |
---|---|---|
GetStepDescription |
Returns description in HTML format of the automation step specified by stepId.
If the step does not provide any description, returns null.
| |
GetStepInfo | ||
GetStepInformation |
Returns HTML representation of additional information that will be displayed in automation designer for a step specified by stepId.
| |
GetStepParameterValueT |
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.
|