ContainerElement.getRow (Method)
Returns a structure whose members contain information about container level customization for a grid layout row.
Returns:
ContainerElement_GetRow_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
classOptions | PlainTextList_EmptyString | Optional classes selected for this row in the container. |
gridRowID | GridLayoutRowID_0 | ID of the grid layout row. |
innerClassOptions | PlainTextList_EmptyString | Optional classes selected for the inner row in the container. |
innerOtherClasses | PlainTextList_EmptyString | Container level customization for inner row classes refered here as Inner Other Classes. |
innerRowTag | GridLayoutTag_EmptyString | Customized tag for the inner row in the container. |
OtherClasses | PlainTextList_EmptyString | Container level customization for row classes refered here as Other Classes. |
rowName | PlainText_255 | Customized name for the row. |
rowNumber | NonNegativeInteger | Index of the row in the container. |
rowTag | GridLayoutTag_EmptyString | Customized tag for the row in the container. |
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. |
rowNumber | NonNegativeInteger | Optional. Defaults to '0'. | Index of the row in the container. |
gridRowID | GridLayoutRowID_0 | Optional. Defaults to '0'. | ID of the grid layout row in the container. |
getFromSession | Boolean | Optional. Defaults to '0'. | Boolean flag when true when row information should be fetched from the session variable stored for this container instance. |
Context:
License Requirements | (none) |
Permission Requirements | (none) |
Deny Context | None |
Require Context | (none) |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | This method may be customized at the site level |
Error Codes:
None
Notes:
None