Click or drag to resize
IAutomationActionDataCollectorProvidesStepInformation Method
Returns true when step with given actionId and workflowId is capable of displaying additional step information. If step is not capable of displaying additional step information returns false.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
bool ProvidesStepInformation(
	int actionId,
	int workflowId
)

Parameters

actionId
Type: SystemInt32
workflowId
Type: SystemInt32

Return Value

Type: Boolean
See Also