Click or drag to resize
IGraphServiceDuplicateNode Method
Duplicates a node.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax
C#
ServiceResponse<Node> DuplicateNode(
	string nodeId,
	int x,
	int y
)

Parameters

nodeId
Type: SystemString
ID of node that should be duplicated.
x
Type: SystemInt32
Horizontal position of the duplicate.
y
Type: SystemInt32
Vertical position of the duplicate.

Return Value

Type: ServiceResponseNode
See Also