IGraphServiceSetNodePosition Method |
Sets new position to specified node.
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax ServiceResponse SetNodePosition(
string id,
int x,
int y
)
Parameters
- id
- Type: SystemString
Node ID - x
- Type: SystemInt32
X-coordinate - y
- Type: SystemInt32
Y-coordinate
Return Value
Type:
ServiceResponseSee Also