The SharePointServerTemplateType enumeration contains lists types that can be organized in the SharePoint site structure.
It is used by the following properties and methods:
| Value | Brief description |
| -1 | InvalidType. Is not used. |
| 0 | NoListTemplate. Description. |
| 100 | GenericList. Custom list. |
| 101 | DocumentLibrary. Documents libraries. |
| 102 | Survey. Survey. |
| 103 | Links. Links. |
| 104 | Announcements. Announcements. |
| 105 | Contacts. Contacts. |
| 106 | Events. Calendar. |
| 107 | Tasks. Tasks. |
| 108 | DiscussionBoard. Discussion board. |
| 109 | PictureLibrary. Picture library. |
| 110 | DataSources. Site data source. |
| 111 | WebTemplateCatalog. Site template galery. |
| 112 | UserInformation. User info |
| 113 | WebPartCatalog. Web parts galery. |
| 114 | ListTemplateCatalog. List template gallery. |
| 115 | XMLForm. XML forms library. |
| 116 | MasterPageCatalog. Main page gallery. |
| 117 | NoCodeWorkflows. Workflow code is missing. |
| 118 | WorkflowProcess. Custom workflow. |
| 119 | WebPageLibrary. Wiki library page. |
| 120 | CustomGrid. Custom tables for a list. |
| 121 | SolutionCatalog. Solution directory. |
| 122 | NoCodePublic. The gallery to store the working definition which does not contain an extended code based on extension. |
| 123 | ThemeCatalog. Theme catalog. |
| 130 | DataConnectionLibrary. The connection gallery to exchange information about external connections to the data. |
| 140 | WorkflowHistory. Workflow history. |
| 150 | GanttTasks. Tasks list with specialized types of this tasks represented as the GANTT charts. |
| 200 | Meetings. Meetings. |
| 201 | Agenda. Agenda (of meeting). |
| 202 | MeetingUser. Participants (of meeting). |
| 204 | Decision. Decisions (of meeting). |
| 207 | MeetingObjective. Objectives (of meeting). |
| 210 | TextBox. Text (of meeting). |
| 211 | ThingsToBring. Required things (of meeting). |
| 212 | HomePageLibrary. Work area pages (of meeting). |
| 301 | Posts. Posts (blog). |
| 302 | Comments. Comments (blog). |
| 303 | Categories. Categories (blog). |
| 402 | Facility. Facilities. |
| 403 | Whereabouts. Locations. |
| 404 | CallTrack. Calls tracking. |
| 405 | Circulation. Circulation. |
| 420 | Timecard. Time card. |
| 421 | Holidays. Holidays. |
| 499 | IMEDic. IME dictionary. |
| 600 | ExternalList. External list to view the data from external container type. |
| 1100 | IssueTracking. Issue tracking list of elements. |
| 1200 | AdminTasks. Administrator tasks. |
| 1220 | HealthRules. Health rules. |
| 1221 | HealthReports. Health reports. |
Below is the list of standard types of lists patterns:
| Pattern type list | Type | Basic type | Description |
| GenericList | 100 | 0 | Main list that can be adapted for various purposes. |
| DocumentLibrary | 101 | 1 | Contains list of documents and other files. |
| Survey | 102 | 4 | The research list fields that display the questions the respondents asked. |
| Links | 103 | 0 | Contains the reference list and its description. |
| Announcements | 104 | 0 | Contains a set of simple announcements. |
| Contacts | 105 | 0 | Contains contact list. Is used to trace the people on the site. |
| Events | 106 | 0 | Contains the list of simple and repeating events. Event list has the special view to display events in the calendar. |
| Tasks | 107 | 0 | Contains the element list presented by the completed and expected completion work items. |
| DiscussionBoard | 108 | 0 | Contains topics to discuss and its answers. |
| PictureLibrary | 109 | 1 | Contains the adapter library to store and view digital photos. |
| DataSources | 110 | 1 | Contains files descriptions to connect to the data. |
| XMLForm | 115 | 1 | Contains XML documents. An XML forms library also contains patterns to display and edit XML files with a help of forms and the rules to determine how the XML data are transformed to and from the list elements. |
| NoCodeWorkflows | 117 | 1 | Contains additional definitions of workflows describing new workflows that can be used in the lists. This workflows descriptions contains no extended code based on extension. |
| WorkflowProcess | 118 | 0 | Contains a list used to support execution of workflow actions of a user. |
| WebPageLibrary | 119 | 1 | Contains the set of pages to edit. |
| CustomGrid | 120 | 0 | Contains the set of list elements with a table to edit views. |
| WorkflowHistory | 140 | 0 | Contains the set of history elements for the workflow samples. |
| GanttTasks | 150 | 0 | Contains tasks list with a data view of each task as the GANTT chart. |
| IssueTracking | 1100 | 5 | Contains an elements list used to track the questions. |
See also: