Click or drag to resize

ApiSessionMoveObjects Method

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

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void MoveObjects(
	List<ObjectProxy> aObjects,
	ObjectProxy aNewParent
)

Parameters

aObjects
Type: System.Collections.GenericListObjectProxy
the list of objects to be moved
aNewParent
Type: Articy.ApiObjectProxy
the new target/parent container
See Also