×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: XML
Posted by: Arturo Bardelli
Added: Feb 4, 2015 10:06 AM
Views: 1858
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  3.         <CustomAction Description="custom action description"
  4.                                                         GroupId="SiteActions"
  5.                                                         Id="domain.of.customer.id.customaction"
  6.                                                         ImageUrl="/_layouts/images/icon32x32.png"
  7.                                                         Location="Microsoft.SharePoint.StandardMenu"
  8.                                                         RequireSiteAdministrator="false"
  9.                                                         Sequence="90"
  10.                                                         Title="Title Of Custom Action">
  11.                 <UrlAction Url="~site/_layouts/customfolder/customApplicationPage.aspx" />
  12.         </CustomAction>
  13. </Elements>
  14.