BaseType 枚举
Specifies the base type for a list.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Enumeration BaseType
用法
Dim instance As BaseType
public enum BaseType
成员
成员名称 | 说明 | |
---|---|---|
None | No base type is specified. The value = -1. | |
GenericList | Enumeration whose values specify a base type for lists that do not correspond to another base type in this enumeration. The value =.0. | |
DocumentLibrary | Enumeration whose values specify a base type for a document library. The value = 1. | |
Unused | Reserved must not be used. The value = 2. | |
DiscussionBoard | Enumeration whose values specify a base type that should not be used, but may be used for a discussion board. The value = 3. | |
Survey | Enumeration whose values specify a base type for a survey list. The value = 4. | |
Issue | Enumeration whose values specify a base type for an issue tracking list. The value = 5. |
备注
A list has one specified base type, which is one of the following:
Base Type Name |
Value |
---|---|
Generic List |
0 |
Document Library |
1 |
Discussion Board |
3 |
Survey |
4 |
Issue |
5 |
An implementation should not have a list with a base type of 3.