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
  WebSvcsites.Template

Namespace:  WebSvcsites
Assembly:  STSSOAP (in STSSOAP.dll)

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\15\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.

See also

Reference

Template members

WebSvcsites namespace

Microsoft.SharePoint.SPWeb