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

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 11.0.0
Syntax
C#
ServiceResponse<Node> CreateNode(
	string type,
	string actionId,
	string parentId,
	int x,
	int y
)

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

Return Value

Type: ServiceResponseNode
See Also