Click or drag to resize
AutomationActionDataProviderGetStepDescription Method
Returns description in HTML format of the automation step specified by stepId. If the step does not provide any description, returns null.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax
C#
public virtual string GetStepDescription(
	int stepId
)

Parameters

stepId
Type: SystemInt32
ID of the automation step

Return Value

Type: String
Remarks
Use method to get step structure for specified stepId and use to get values of the step parameters.
See Also