博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
用VS向SharePoint中部署添加List 并指定应用的Content Type
阅读量:5278 次
发布时间:2019-06-14

本文共 4307 字,大约阅读时间需要 14 分钟。

在SharePoint Project中添加相应的Item,完全用界面的形式向EricSunArticlesList中添加好对应的Column,之后用Feature将List添加到SharePoint中

代码如下:

外层Elements.xml

以及对应的Schema

Work in Progress
Pending Approval
Published
UnPublished
Expired
Archived
Work in Progress
main.xsl
30
main.xsl
30

 

通过添加Row 的方式可以添加默认的Item

即:里层Elements.xml

2013-02-03 00:00:00
2023-02-04 00:00:00
Published
;#1;#EricSunCategory1;#
EricSun
EricSunCategory1
1 VEXILLUM Custus Morbi cursus sapien est progressionis ipsius sumptus-plus
2013-02-03 00:00:00
2023-02-04 00:00:00
Published
;#1;#EricSunCategory2;#
EricSun
EricSunCategory1
1 VEXILLUM Custus Morbi cursus sapien est progressionis ipsius sumptus-plus

 

*********************************************************************************************************

 

这里再添加另外一个的List(应用Item的Content Type):EricSunCategoriesList;并用Feature将此List添加到SharePoint中

外层Elements.xml

Schema.xml

main.xsl
30
main.xsl
30

里层Elements.xml,用于向List中添加默认值

EricSunCategory1
EricSunCategory2

 

 

 

转载于:https://www.cnblogs.com/mingmingruyuedlut/archive/2013/03/04/2891957.html

你可能感兴趣的文章
第六章 字节码执行方式--解释执行和JIT
查看>>
实现绘制图形的ToolBar
查看>>
字符串方法title()、istitle()
查看>>
yield语句
查看>>
查看linux系统中占用cpu最高的语句
查看>>
[洛谷P1738]洛谷的文件夹
查看>>
ubuntu server设置时区和更新时间
查看>>
设置dataGridView单元格颜色、字体、ToolTip、字体颜色
查看>>
【京东咚咚架构演进】-- 好文收藏
查看>>
【HTML】网页中如何让DIV在网页滚动到特定位置时出现
查看>>
文件序列化
查看>>
fabricjs 高级篇(自定义类型)
查看>>
jQuery之end()和pushStack()
查看>>
Bootstrap--响应式导航条布局
查看>>
Learning Python 009 dict(字典)和 set
查看>>
JavaScript中随着鼠标拖拽而移动的块
查看>>
HDU 1021 一道水题
查看>>
The operation couldn’t be completed. (LaunchServicesError error 0.)
查看>>
php每天一题:strlen()与mb_strlen()的作用分别是什么
查看>>
工作中收集JSCRIPT代码之(下拉框篇)
查看>>