IGraphServiceCreateConnection Method |
Creates a new connection between specified nodes.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax 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:
ServiceResponseInt32See Also