Advertisement
ktrauberman

CR - Elements.xml

Mar 18th, 2011
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.64 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  3.     <!-- Do not change the value of the Name attribute below. If it does not match the folder name of the List Definition project item, an error will occur when the project is run. -->
  4.     <ListTemplate
  5.        Name="ChangeRequestsList"
  6.        Type="10001"
  7.        BaseType="0"
  8.        OnQuickLaunch="TRUE"
  9.        SecurityBits="11"
  10.        Sequence="410"
  11.        DisplayName="Change Requests"
  12.        Description="Stores Change Requests.  For use with the Change Requests Application."
  13.        Image="/_layouts/images/itgen.png"/>
  14. </Elements>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement