ContainerElement.getColumn (Method)

Returns a structure whose members contain information about container level customization for a grid layout column.

Returns:

ContainerElement_GetColumn_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 column in the container.
columnID GridLayoutColumnID_0 ID of the column.
columnNumber NonNegativeInteger Index of the column in the container.
columnTag GridLayoutTag_EmptyString Tag customization for this column.
gridRowID GridLayoutRowID_0 ID of the row to which the column belongs.
OtherClasses PlainTextList_EmptyString Container level customization for Other Classes.
rowNumber NonNegativeInteger Index of 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 Required Index of the row in the container.
columnNumber NonNegativeInteger Required Index of the column whose details to retrieve.
gridRowID GridLayoutRowID_0 Optional. Defaults to '0'. ID of the grid layout row in the container.
columnID GridLayoutColumnID_0 Optional. Defaults to '0'. ID of the column.
getFromSession Boolean Optional. Defaults to '0'. Boolean flag when true when column 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  

Error Codes:

None

Notes:

None