SP.BaseType enumeration
Specifies the base type for a list.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var SP.BaseType = {discussionBoard : "Undefined",documentLibrary : "Undefined",genericList : "Undefined",issue : "Undefined",none : "Undefined",survey : "Undefined",unused : "Undefined",registerEnum : "Undefined"}
The BaseType object enumeration has the following members.
|
Member |
Value |
Description |
|---|---|---|
|
discussionBoard |
3 |
Enumeration whose values specify a base type that should not be used, but may be used for a discussion board. |
|
documentLibrary |
1 |
Enumeration whose values specify a base type for a document library. |
|
genericList |
0 |
Enumeration whose values specify a base type for lists that do not correspond to another base type in this enumeration. |
|
issue |
5 |
Enumeration whose values specify a base type for an issue tracking list. |
|
none |
-1 |
No base type is specified. |
|
survey |
4 |
Enumeration whose values specify a base type for a survey list. |
|
unused |
2 |
Reserved must not be used. |
|
registerEnum |
Undefined |
|