Click or drag to resize
WorkflowDesignerServiceCreateConnection Method
Creates a new connection between selected nodes.

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

Implements

IGraphServiceCreateConnection(String, String, String)
See Also