ContainerElement.moveRow (Method)

Updates the index of a grid layout row within a container.

Returns:

Boolean

Arguments:

Name Type Required Description
pageID PageID Required ID of the page on which the container is placed.
controlID ControlID Required ID of the container control.
gridRowID GridLayoutRowID Required ID of the grid layout row to add to the container.
rowNumber NonNegativeInteger Required Index of the row in the container.
newRowNumber NonNegativeInteger Required New index of the row in the container.
saveForSession Boolean Optional. Defaults to '0'. Boolean flag when true means, the row information configured for the container is saved in a session for a later save.
commandContext CommandContext Optional. Defaults to 'layout'. Context in which the command is called.

Context:

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

Error Codes:

None

Notes:

None