Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.WebServices
IGraphService Interface
IGraphService Methods
AddSwitchCase Method
CreateConnection Method
CreateNode Method
CreateNodeOnConnections Method
EditConnectionEnd Method
EditConnectionStart Method
GetNode Method
RemoveConnection Method
RemoveNode Method
RemoveSwitchCase Method
SetNodeName Method
SetNodePosition Method
SetSwitchCaseName Method
IGraphService
SetNodePosition Method
Sets new position to specified node.
Namespace:
CMS.WebServices
Assembly:
CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
Copy
ServiceResponse
SetNodePosition
(
string
id
,
int
x
,
int
y
)
Parameters
id
Type:
System
String
Node ID
x
Type:
System
Int32
X-coordinate
y
Type:
System
Int32
Y-coordinate
Return Value
Type:
ServiceResponse
See Also
Reference
IGraphService Interface
CMS.WebServices Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com