Click or drag to resize
IGraphServiceCreateNodeOnConnections Method
Creates new node of specified type.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 11.0.0
Syntax
C#
GraphPartialRefresh CreateNodeOnConnections(
	string type,
	string actionId,
	string parentId,
	int x,
	int y,
	List<string> splitConnectionsIDs
)

Parameters

type
Type: SystemString
Node type
actionId
Type: SystemString
Action type
parentId
Type: SystemString
Parent ID
x
Type: SystemInt32
X-coordinate
y
Type: SystemInt32
Y-coordinate
splitConnectionsIDs
Type: System.Collections.GenericListString
Connections new node should be attached on

Return Value

Type: GraphPartialRefresh
See Also