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

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

Parameters

workflowType
Type: CMS.WorkflowEngineWorkflowTypeEnum
Workflow type
stepType
Type: CMS.DataEngineWorkflowStepTypeEnum
Workflow step type

Return Value

Type: SourcePoint
See Also