AutomationActionDataProvider Class |
Namespace: CMS.Automation
public abstract class AutomationActionDataProvider
The AutomationActionDataProvider type exposes the following members.
Name | Description | |
---|---|---|
AutomationActionDataProvider |
Name | Description | |
---|---|---|
DisplayInformationIcon |
Indicates whether a step should display icon for accessing additional step information which is provided by GetStepInformation(Int32) method.
|
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.
|