Template Class

Defines properties and characteristics of a Windows SharePoint Services site definition or specifies the site template that is used to instantiate a Windows SharePoint Services site (SPWeb).

Web Service: SitesWeb Reference: http://<Site>/_vti_bin/Sites.asmx

Syntax

<SerializableAttribute> _
<DebuggerStepThroughAttribute> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/soap/")> _
<DesignerCategoryAttribute("code")> _
Public Class Template

Dim instance As Template
[SerializableAttribute] 
[DebuggerStepThroughAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/soap/")] 
[DesignerCategoryAttribute("code")] 
public class Template

Remarks

Site definitions are contained in files in the \\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE directory; site templates are created through the user interface or through the object model when a site is saved as a template.

Inheritance Hierarchy

System.Object
  Sites.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.

See Also

Reference

Template Members
Sites Web Service
SPWeb Class