ToolBarMenuButton.AddMenuItem Method
Include Protected Members
Include Inherited Members
Adds a menu item with the specified parameters to the toolbar menu button.
Overload List
Name | Description | |
---|---|---|
AddMenuItem(String, String, String, String, String, String) | Adds a menu item to the toolbar menu button with the specified identifier, display name, image URL, description, navigate URL, and script. | |
AddMenuItem(String, String, String, String, String, String, SPBasePermissions, PermissionContext) | Adds a menu item with the specified identifier, display name, URL, description, navigate URL, on-click script, required permissions, and context. |
Top