Created
February 14, 2014 15:24
-
-
Save devendrasv/9002925 to your computer and use it in GitHub Desktop.
ListDefinition Elements.xml
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 project item, an error will occur when the project is run. --> | |
<ListTemplate | |
Name="CustomerListDefinition" | |
Type="10000" | |
BaseType="0" | |
OnQuickLaunch="TRUE" | |
SecurityBits="11" | |
Sequence="410" | |
DisplayName="CustomerListDefinition" | |
Description="My List Definition" | |
Image="/_layouts/15/images/itgen.png"/> | |
</Elements> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment