Click or drag to resize
WorkflowDesignerService.EditConnectionStart Method
Moves connection start to specified node.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
public ServiceResponse EditConnectionStart(
	string connectionId,
	string startNodeId,
	string sourcePointGuid
)

Parameters

connectionId
Type: System.String
Connection ID
startNodeId
Type: System.String
New start node ID
sourcePointGuid
Type: System.String
New source point GUID

Return Value

Type: ServiceResponse

Implements

IGraphService.EditConnectionStart(String, String, String)
See Also