Click or drag to resize
AutomationActionDataProvider Class
Base class for providing automation actions data that will be displayed in automation process designer.
Inheritance Hierarchy
SystemObject
  CMS.AutomationAutomationActionDataProvider
    More...

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax
C#
public abstract class AutomationActionDataProvider

The AutomationActionDataProvider type exposes the following members.

Constructors
  NameDescription
Protected methodAutomationActionDataProvider
Top
Properties
  NameDescription
Public propertyDisplayInformationIcon
Indicates whether a step should display icon for accessing additional step information which is provided by GetStepInformation(Int32) method.
Top
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
Inheritance Hierarchy