Click or drag to resize
WorkflowStepInfoMoveSourcePointDown Method

Note: This API is now obsolete.

Moves source point down.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use 'CMS.WorkflowEngine.WorkflowStepInfo.MoveSourcePoint(System.Int32, System.Int32)' instead.")]
public void MoveSourcePointDown(
	Guid sourcePointGuid
)

Parameters

sourcePointGuid
Type: SystemGuid
Source point GUID
See Also