Click or drag to resize
IAutomationActionDataCollector Interface
Describes additional data collector for automation actions.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public interface IAutomationActionDataCollector

The IAutomationActionDataCollector type exposes the following members.

Methods
  NameDescription
Public methodGetStepDescription
Returns the HTML description of the automation step with given stepId. If the step does not provide any description, returns null.
Public methodGetStepInformation
Returns HTML representation of additional information that will be displayed in automation designer for given stepId.
Public methodProvidesStepInformation
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.
Top
See Also