博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
列表自定义的Type和BaseType参考
阅读量:7237 次
发布时间:2019-06-29

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

我们在自定义列表的时侯,需要输入两个重要的参数"Type"和"BaseType",以下是这两个参数值参考:

Type:
Value   Description
100   Generic list
101   Document library
102   Survey
103   Links list
104   Announcements list
105   Contacts list
106   Events list
107   Tasks list
108   Discussion board
109   Picture library
110   Data sources
111   Site template gallery
113   Web Part gallery
114  List template gallery
115  XML Form library
120  Custom grid for a list
200  Meeting Series list
201  Meeting Agenda list
202  Meeting Attendees list
204  Meeting Decisions list
207  Meeting Objectives list
210  Meeting text box
211  Meeting Things To Bring list
212  Meeting Workspace Pages list
300   Portal Sites list.
1100  Issue tracking
2002  Personal document library
2003  Private document library

BaseType

0 — Custom List
1 — Document Library
2 — Not used
3 — Discussion Forum
4 — Surveys
5 — Issues List

如果你需要自定义一个图片库,那么设置Type="109",BaseType="1"(因为图片库基于文档库实现),如果你要自定义一个日历列表,则Type="100", BaseType="0"

原文:

转载于:https://www.cnblogs.com/baoposhou/archive/2007/08/14/854800.html

你可能感兴趣的文章
在Xcode中使用Git进行源码版本控制
查看>>
ASP.NET将word文档转换成pdf的代码
查看>>
(原创)大数据时代:基于微软案例数据库数据挖掘知识点总结(Microsoft 神经网络分析算法原理篇)...
查看>>
head命令
查看>>
java基础复习二——面向对象一
查看>>
shell语法简单介绍
查看>>
护眼色的RGB值
查看>>
无法识别的属性“targetFramework”。请注意属性名称区分大写和小写。错误解决的方法...
查看>>
EJB究竟是什么,真的那么神奇吗??
查看>>
Android入门第八篇之GridView(九宫图)
查看>>
浅谈MySQL外键
查看>>
java中instanceof用法
查看>>
OC学习总结之面向对象和类
查看>>
atitit.软件开发GUI 布局管理优缺点总结java swing wpf web html c++ qt php asp.net winform
查看>>
《SQL Server企业级平台管理实践》读书笔记——SQL Server中关于系统库Tempdb总结...
查看>>
如何提高SELECT的效率
查看>>
Unity手游之路<四>3d旋转-四元数,欧拉角和变幻矩阵
查看>>
scala编程第17章学习笔记(1)——集合类型
查看>>
重构if...else...或者switch程序块
查看>>
模板继承
查看>>