我有一个列表定义:
<?xml version="1.0" encoding="utf-8"?>
name of the List Definition project item, an error will occur when the project is run. -->
<ListTemplate
Name="LogsList"
Type="10004"
BaseType="0"
OnQuickLaunch="TRUE"
SecurityBits="11"
Sequence="410"
DisplayName="Logs List"
Description="Log instances for messages"
Image="/_layouts/images/itgen.png"/>
</Elements>
如何添加字段?我尝试过很少的东西,但部署后字段没有出现。
答案 0 :(得分:3)
您必须创建字段定义,创建一个或多个内容类型,然后添加字段定义并将这些内容类型添加到列表中。
答案 1 :(得分:1)
您使用的是Visual Studio 2010还是VS2008(使用WSP Builder)? 如果您使用上述工具而不是使用NotePad,那么只需几分钟的工作!
您需要在Schema.xml中定义列
您可以查看此视频以供参考 - http://msdn.microsoft.com/en-us/library/gg276355.aspx