Click or drag to resize
WorkflowDesignerServiceRemoveConnection Method
Deletes selected connection.

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

Parameters

connectionId
Type: SystemString
Connection ID

Return Value

Type: ServiceResponse

Implements

IGraphServiceRemoveConnection(String)
See Also