This functionality is only available for certain module packages.

Move objects

Using the move method of the MoveHelper, it is possible to move instances of objects from one placeholder to another.

MoveHelper.move(IUnitOfWork uow, String sourceAbsoluteName, String targetPlaceholderAbsoluteName)
Argument IUnitOfWork uow The UnitOfWork of the script
String sourceAbsoluteName Absolute name of the source object
String targetPlaceholderAbsoluteName Absolute name of the placeholder on which the source object is inserted.