Click or drag to resize
AutomationActionDataProviderGetStepInformation Method
Returns HTML representation of additional information that will be displayed in automation designer for a step specified by stepId.

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

Parameters

stepId
Type: SystemInt32
ID of the automation step

Return Value

Type: String
Remarks

Property DisplayInformationIcon must be set to true in the constructor to display information icon for specific action steps.

Use method to get step structure for specified stepId and use to get values of the step parameters.

See Also