Click or drag to resize
WorkflowStepInfoRemoveSourcePoint Method
Removes specified source point.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public string RemoveSourcePoint(
	Guid sourcePointGuid
)

Parameters

sourcePointGuid
Type: SystemGuid
Source point GUID

Return Value

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