Click or drag to resize
WorkflowDesignerServiceEditConnectionEnd Method
Moves connection end to selected node.

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

Parameters

connectionId
Type: SystemString
Connection ID
endNodeId
Type: SystemString
End node ID

Return Value

Type: ServiceResponse

Implements

IGraphServiceEditConnectionEnd(String, String)
See Also