WorkflowDesignerServiceEditConnectionStart Method |
Moves connection start to specified node.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax public 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:
ServiceResponseImplements
IGraphServiceEditConnectionStart(String, String, String)See Also