Click or drag to resize
IAutomationActionDataCollectorGetStepInformation Method
Returns HTML representation of additional information that will be displayed in automation designer for given stepId.

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

Parameters

stepId
Type: SystemInt32

Return Value

Type: String
See Also