| IAutomationActionDataCollectorGetStepDescription Method | 
            Returns the HTML description of the automation step with given stepId.
            If the step does not provide any description, returns null.
            
 
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
 Syntax
Syntaxstring GetStepDescription(
	int stepId
)
Parameters
- stepId
- Type: SystemInt32
 ID of the automation step .
Return Value
Type: 
String See Also
See Also