Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS 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: 12.0.0
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) 2019 Kentico Software
Send comments on this topic to
support@kentico.com