Click or drag to resize
IGraphService Interface
Graph service contract.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
public interface IGraphService

The IGraphService type exposes the following members.

Methods
  NameDescription
Public methodAddSwitchCase
Adds switch case to multi-choice node.
Public methodCreateConnection
Creates a new connection between specified nodes.
Public methodCreateNode
Creates new node of specified type.
Public methodCreateNodeOnConnections
Creates new node of specified type.
Public methodEditConnectionEnd
Moves connection end to specified node.
Public methodEditConnectionStart
Moves connection start to specified node.
Public methodGetNode
Get node specification for refresh purpose.
Public methodRemoveConnection
Deletes specified connection.
Public methodRemoveNode
Removes specified node and all its connections.
Public methodRemoveSwitchCase
Removes switch case from multi-choice node.
Public methodSetNodeName
Sets node name.
Public methodSetNodePosition
Sets new position to specified node.
Public methodSetSwitchCaseName
Sets switch case name.
Top
See Also