zoukankan      html  css  js  c++  java
  • 列表自定义的Type和BaseType参考

    我们在自定义列表的时侯,需要输入两个重要的参数"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"

    原文:http://www.sharepointblogs.com/marwantarek/archive/2007/08/12/list-definitions-type-and-basetype.aspx

  • 相关阅读:
    shell
    regionMatches方法
    ==
    使用INTO子句创建新表
    数据库除运算
    数据库笛卡尔积运算
    人生格言
    刚开通~
    Nginx:413 Request Entity Too Large
    ORACLE 查看并修改最大连接数
  • 原文地址:https://www.cnblogs.com/baoposhou/p/854800.html
Copyright © 2011-2022 走看看