Site.getAdminMenuCustomizations (Method)
Returns zero or more structures, each containing information about customized site administrator menu items; for example, the menu's name, description, and onclick action.
Returns:
AdminMenuCustomizations_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 a menu item. |
Description | PlainText_2000 | The menu item's description. |
Name | PlainText_NonNull_255 | The menu item's name. |
onclick | PlainText_2000 | The menu item's onclick action. |
Permission | Any | The permission needed to see the menu item. |
SectionID | PlainText | The section's ID. |
URL | Any | The URL to which this menu points. |
Context:
License Requirements | None |
Permission Requirements | ContributorOrServerCode |
Deny Context | None |
Require Context | None |
Author Lock |
Error Codes:
None
Notes:
None