Skip to content

Instantly share code, notes, and snippets.

@devendrasv
Created February 14, 2014 15:24
Show Gist options
  • Save devendrasv/9002925 to your computer and use it in GitHub Desktop.
Save devendrasv/9002925 to your computer and use it in GitHub Desktop.
ListDefinition Elements.xml
<?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