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 string GetStepDescription(
int stepId
)
Parameters
- stepId
- Type: SystemInt32
ID of the automation step .
Return Value
Type:
StringSee Also