SPTemplateFileType Enumeration
Specifies the type of file that is created based on the site definition or template.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "TemplateFileType", ServerTypeId := "{a27c3f63-3162-44dd-915f-fcaf888e8a8b}")> _
Public Enumeration SPTemplateFileType
'Usage
Dim instance As SPTemplateFileType
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "TemplateFileType", ServerTypeId = "{a27c3f63-3162-44dd-915f-fcaf888e8a8b}")]
public enum SPTemplateFileType
Members
Member name | Description | |
---|---|---|
StandardPage | Indicates a standard Windows SharePoint Services page is created. | |
WikiPage | Indicates a Wiki page is created. | |
FormPage | Indicates a Form page is created based on the default form template. |