Subsite.getAdminMenuCustomizations (Method)

Returns zero or more structures, each containing information about customized Subsite Administrator menu items; for example, the menu's name, description, the onclick action, and so on.

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.

Arguments:

Name Type Required Description
subsiteIDOrURL SubsiteIDorURL_EmptyString Required The ID of the target subsite, or the server relative path to the target subsite, or an empty string for the current subsite.

Context:

License Requirements None
Permission Requirements ContributorOrServerCode
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