Site.getAdminMenuSectionCustomizations (Method)
Returns zero or more structures containing information about customized site administrator menu sections. This includes information such as the section's description, name, and permissions.
Returns:
AdminMenuSectionCustomization_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
Class | PlainText_100 | The class to associate with the menu section. |
Description | PlainText_2000 | The menu section's description. |
ID | PlainText | The section's ID. |
Name | PlainText_NonNull_255 | The menu section's name. |
Permission | Any | The permission a user must have before CommonSpot will display a menu section. |
Context:
License Requirements | None |
Permission Requirements | ContributorOrServerCode |
Deny Context | None |
Require Context | None |
Author Lock |
Error Codes:
None
Notes:
None