21 lines
737 B
XML
21 lines
737 B
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 Definition project item, an error will occur when the project is run. -->
|
|
<ListTemplate
|
|
Name="MembershipReviewList"
|
|
DisplayName="$Resources:FBAPackFeatures, MembershipReviewList_DispName;"
|
|
Type="10101"
|
|
Description="$Resources:FBAPackFeatures, MembershipReviewList_Desc;"
|
|
OnQuickLaunch="FALSE"
|
|
SecurityBits="11"
|
|
BaseType="0"
|
|
Hidden="TRUE"
|
|
HiddenList="TRUE"
|
|
NoCrawl="TRUE"
|
|
VersioningEnabled="FALSE"
|
|
FolderCreation="FALSE"
|
|
DisallowContentTypes="TRUE"
|
|
DisableAttachments="TRUE"
|
|
/>
|
|
</Elements>
|