Click or drag to resize
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.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
string GetStepDescription(
	int stepId
)

Parameters

stepId
Type: SystemInt32
ID of the automation step .

Return Value

Type: String
See Also