Create custom menu Under Site Settings page in SharePoint 2010


<CustomAction
      Id="SiteCollectionAdministrators"
      GroupId="UsersAndPermissions"
      Location="Microsoft.SharePoint.SiteSettings"
      RequireSiteAdministrator="FALSE"
      Sequence="10"
      ImageUrl="/_layouts/images/accesssetting.gif"
      Title="Custom Menu Action">
    <UrlAction Url="_layouts/AddCustomMenuInLstSet/HelloWorld.aspx" />
  </CustomAction>

Comments

Popular posts from this blog

IRM and the Object Model

This content database has a schema version which is not supported in this farm

Activate and Deactivate Feature through PowerShell