Created
July 16, 2013 00:37
-
-
Save devendrasv/6004811 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Elements xmlns="http://schemas.microsoft.com/sharepoint/"> | |
<!-- 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. --> | |
<ListTemplate | |
Name="Incident ListDefinition" | |
Type="20000" | |
BaseType="0" | |
OnQuickLaunch="TRUE" | |
SecurityBits="11" | |
Sequence="410" | |
DisplayName="Incident Details" | |
Description="My List Definition" | |
Image="/_layouts/images/itgen.png"/> | |
</Elements> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment