Create custom menu under Site Actions in SharePoint 2010


  <CustomAction
       Id="SiteActionsToolbar"
       GroupId="SiteActions"
       Location="Microsoft.SharePoint.StandardMenu"
       RequireSiteAdministrator="FALSE"
       Sequence="2001"
       ImageUrl="/_layouts/images/accesssetting.gif"
       Title="Custom Site Action">
    <UrlAction Url="_layouts/Testfolder/Test.aspx?List={ListId}" />
  </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