Subsite.getAdminMenuSectionCustomizations (Method)

Returns zero or more structures, each containing information about customized Subsite Administrator menu sections; for example, 'Class', 'Description', 'Name', and so on.

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.

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