ContainerElement.moveColumn (Method)
Updates the index of a column within a grid layout row defined for 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. |
columnID | GridLayoutColumnID | Required | ID of the column in a row to update. |
rowNumber | NonNegativeInteger | Required | Index of the row in the container. |
columnNumber | NonNegativeInteger | Required | Index of column to update in a grid layout row defined for a container. |
newColumnNumber | NonNegativeInteger | Required | New index of the column within the row. |
saveForSession | Boolean | Optional. Defaults to '0'. | Boolean flag when true means, the column information configured for the container is saved in a session for a later save. |
Context:
License Requirements | (none) |
Permission Requirements | ContributorOrServerCode |
Deny Context | None |
Require Context | (none) |
Author Lock | Required |
Transaction Logging | If transaction logging is enabled at the site level, calls to this method will be logged |
Customization | This method may be customized at the site level |
Error Codes:
None
Notes:
None