WorkflowDesignerServiceCreateConnection Method |
Creates a new connection between selected nodes.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax 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:
ServiceResponseInt32Implements
IGraphServiceCreateConnection(String, String, String)See Also