Click or drag to resize
IGraphServiceCreateConnection Method
Creates a new connection between specified nodes.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 11.0.0
Syntax
C#
ServiceResponse<int> CreateConnection(
	string startNodeId,
	string endNodeId,
	string sourcePointGuid
)

Parameters

startNodeId
Type: SystemString
Start node ID
endNodeId
Type: SystemString
End node ID
sourcePointGuid
Type: SystemString
Source point GUID

Return Value

Type: ServiceResponseInt32
See Also