Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the base type for a list.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration BaseType
'Usage
Dim instance As BaseType
public enum BaseType
Members
Member name | Description | |
---|---|---|
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. |
Remarks
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.