Click or drag to resize
WorkflowDesignerServiceSetNodePosition Method
Sets new position to specified node.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax
C#
public ServiceResponse SetNodePosition(
	string id,
	int x,
	int y
)

Parameters

id
Type: SystemString
Node identifier
x
Type: SystemInt32
X-coordinate
y
Type: SystemInt32
Y-coordinate

Return Value

Type: ServiceResponse

Implements

IGraphServiceSetNodePosition(String, Int32, Int32)
See Also