Click or drag to resize
WorkflowSourcePoint Constructor
Creates source point configuration object by given workflow source point object.

Namespace: CMS.WorkflowEngine.GraphConfig
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public WorkflowSourcePoint(
	SourcePoint sourcePoint
)

Parameters

sourcePoint
Type: CMS.WorkflowEngine.DefinitionsSourcePoint
Source point to be rewritten

Return Value

Type: 
Source point configuration object
See Also