BaseType enumeration
SharePoint Online
Specifies the base type for a list.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| 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. |
Show: