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

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 11.0.0
Syntax
C#
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
See Also