| IAutomationActionDataCollector Interface | 
Namespace: CMS.WorkflowEngine
 Syntax
Syntaxpublic interface IAutomationActionDataCollector
The IAutomationActionDataCollector type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetStepDescription | 
            Returns the HTML description of the automation step with given stepId.
            If the step does not provide any description, returns null.
             | 
|  | GetStepInformation | 
            Returns HTML representation of additional information that will be displayed in automation designer for given stepId.
             | 
|  | ProvidesStepInformation | 
            Returns true when step with given actionId and workflowId is capable of displaying additional step information.
            If step is not capable of displaying additional step information returns false.
             | 
 See Also
See Also