Server.getAdminMenuCustomizations (Method)

Returns zero or more structures, each containing information on customized Server 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 server:ShowServerAdmin
Deny Context None
Require Context None
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization Customization is not supported for this method.

Error Codes:

None

Notes:

None