Click or drag to resize

ApiSessionMoveObject Method

Moves the given object into the given target/parent container. The new parent must already be claimed and must allow the given object. Cross partition moves will also fail

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void MoveObject(
	ObjectProxy aObject,
	ObjectProxy aNewParent
)

Parameters

aObject
Type: Articy.ApiObjectProxy
the object to move
aNewParent
Type: Articy.ApiObjectProxy
the new target/parent container
See Also