IGraphServiceDuplicateNode Method |
Duplicates a node.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax 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:
ServiceResponseNodeSee Also