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 type of a site definition.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Enumeration WebTemplate
'Usage
Dim instance As SPWebTemplate.WebTemplate
public enum WebTemplate
Members
| Member name | Description | |
|---|---|---|
| Invalid | Not used. Value = -1. | |
| TeamCollaborationSite | Standard team collaboration site. Value = 1. | |
| Meetings | Meetings Workspace site. Value = 2. | |
| CentralAdmin | Administrative site. Value = 3. | |
| Wiki | Wiki site. Value = 4. | |
| Blog | Blog site. Value = 9. |