Click or drag to resize
AutomationActionDataProvider Methods

The AutomationActionDataProvider type exposes the following members.

Methods
  NameDescription
Public methodGetStepDescription
Returns description in HTML format of the automation step specified by stepId. If the step does not provide any description, returns null.
Protected methodStatic memberGetStepInfo
Returns WorkflowStepInfo structure based on given stepId, null if not found.
Public methodGetStepInformation
Returns HTML representation of additional information that will be displayed in automation designer for a step specified by stepId.
Protected methodStatic memberGetStepParameterValueT
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.
Top
See Also