列表模板文件

上次修改时间: 2006年9月22日

适用范围: SharePoint Foundation 2010

ListTemplate 元素指向特殊列表类型的 Schema.xml 文件中包含的列表定义。您可以使用列表模板来创建列表。

备注

如果您要安装一个列表模板功能,请安装一个基于列表模板功能的列表实例功能,然后仅激活列表实例功能,Microsoft SharePoint Foundation 将在指定的网站中创建新列表(即使列表模板功能尚未被激活)。

对于指定的功能,SharePoint Foundation 会为 List_Template\Schema.xml 文件检查功能目录,但您可为另一个目录指定 Path 参数。

元素

    ListTemplate

示例

下面的示例演示定义列表模板的列表定义中 XML 文件的目录,这意味着列表类型会在"创建页面"中显示。

<?xml version="1.0" encoding="utf-8" ?>
<Elements xmlns="https://schemas.microsoft.com/sharepoint/">
   <ListTemplate Name="announce" Type="104" BaseType="0" 
      OnQuickLaunch="TRUE" SecurityBits="11" DisplayName="Announcements" 
      Description="Create an announcements list when you want a place to share news, status, and other short bits of information." 
      Image="/_layouts/images/itann.gif">
   </ListTemplate>
</Elements>