Click or drag to resize
WorkflowStepInfoAddSourcePoint Method (SourcePoint)
Adds source point.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
public string AddSourcePoint(
	SourcePoint sourcePoint
)

Parameters

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

Return Value

Type: String
Potential error message
Remarks
Throws exception if database operation fails.
See Also