Click or drag to resize
WorkflowDesignerService.RemoveConnection Method
Deletes selected connection.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 11.0.0
Syntax
C#
public ServiceResponse RemoveConnection(
	string connectionId
)

Parameters

connectionId
Type: System.String
Connection ID

Return Value

Type: ServiceResponse

Implements

IGraphService.RemoveConnection(String)
See Also