Click or drag to resize
WorkflowStepInfoProviderGetPublishedStepInternal Method
Returns the published step for given workflow.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual WorkflowStepInfo GetPublishedStepInternal(
	int workflowId
)

Parameters

workflowId
Type: SystemInt32
Workflow ID of the step required

Return Value

Type: WorkflowStepInfo
See Also