将列表部署到 Sharepoint 2010 的最佳方式
好的,我们刚刚开始 Sharepoint 开发,但我对一个项目有点困惑。我们显然有一个开发和生产环境。创建自定义列表时,是在两个位置创建列表,还是在代码中创建列表?如果您在代码中创建它,您是否首先检查它是否存在,如果不创建它?
OK, we're just starting our Sharepoint development, and I'm a little stuck on one item. We obviously have a development and production environment. When creating custom lists, do you create a list in both locations, or do you create the list in code? If you create it in code, do you first check to see if it exists, and if it doesn't create it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用列表定义以编程方式创建自定义列表。如果您的列表包含大量列,这将比手动创建更快。
您还可以以编程方式检查此列表是否存在,如果不存在,则使用此模板创建列表。
You can use List Definition to create Custom Lists programatically. This will be faster than creating manualy if you have lists with large number of columns.
You can also check if this list exists, programatically, and if not use this template to create the list.