Click or drag to resize
WorkflowNode.GetDefaultSourcePoints Method
Method returning default list of source points based on given information.

Namespace: CMS.WorkflowEngine.GraphConfig
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax
C#
protected override List<SourcePoint> GetDefaultSourcePoints()

Return Value

Type: List<SourcePoint>
List of source points
See Also