ContainerElement.moveElementWithinGrid (Method)

Moves the specified element to the specified position within the specified row and column, within the same container element.

Returns:

Boolean

Arguments:

Name Type Required Description
pageID RealPageID_NonBaseTemplate Required The ID of the page or soft template on which the container element resides.
containerInstanceID ContainerElementInstanceID Required The container element's instance ID.
elementInstanceID ControlID Required An element's instance ID.
rowNumber NonNegativeInteger Required The row to move to.
columnNumber NonNegativeInteger Required The column to move to.
position NonNegativeInteger Required The position of the item in the cell. Starts at 1.
skipElementTypeCheck Boolean Optional. Defaults to '0'. Boolean flag when true the allowedElementTypes validation check is skipped.

Context:

License Requirements (none)
Permission Requirements (none)
Deny Context (none)
Require Context (none)
Author Lock Required

Error Codes:

None

Notes:

None