Template Class
Defines properties and characteristics of a SharePoint Foundation site definition or specifies the site template that is used to instantiate a SharePoint Foundation site (SPWeb).
Inheritance Hierarchy
System.Object
[Sites Web service].Template
Namespace: [Sites Web service]
Web service reference: http://Site/_vti_bin/Sites.asmx
Syntax
'Declaration
<SerializableAttribute> _
Public Class Template
'Usage
Dim instance As Template
[SerializableAttribute]
public class Template
Remarks
Site definitions are contained in files in the %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE directory; site templates are created through the user interface or through the object model when a site is saved as a template.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.