Click or drag to resize
IGraphService Interface
Graph service contract.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
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 methodDuplicateNode
Duplicates a node.
Public methodEditConnectionEnd
Moves connection end to specified node.
Public methodEditConnectionStart
Moves connection start to specified node.
Public methodGetData
Gets data for action step with given actionId.
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 methodSetNoteContent
Sets content of a note.
Public methodSetSwitchCaseName
Sets switch case name.
Top
See Also