Click or drag to resize
WorkflowHelperCreateSourcePoint Method
Creates source point with respect to workflow step type.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax
C#
public static SourcePoint CreateSourcePoint(
	WorkflowStepTypeEnum stepType
)

Parameters

stepType
Type: CMS.DataEngineWorkflowStepTypeEnum
Workflow step type

Return Value

Type: SourcePoint
See Also