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

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

Parameters

connectionId
Type: SystemString
Connection ID
startNodeId
Type: SystemString
New start node ID
sourcePointGuid
Type: SystemString
New source point GUID

Return Value

Type: ServiceResponse

Implements

IGraphServiceEditConnectionStart(String, String, String)
See Also