Template Element (Site)

Applies to: SharePoint Foundation 2010

Specifies, in a WebTemp*.xml file, a site definition that can be used to create Web sites within the deployment.

<Template
  ID = "Text"
  Name = "Text"
  SetupPath = "Text">
</Template>

Attributes

Attribute

Description

ID

Required Integer. Specifies the ID of the site definition. To avoid conflict with IDs that are natively used in Microsoft SharePoint Foundation, use IDs with values greater than 10,000 when you create custom site definitions.

Name

Required Text. Contains the name of the site type, such as STS.

SetupPath

Optional Text. Specifies the relative path in the setup directory that contains files used in the site definition, for example, SetupPath="global".

Child Elements

Configuration

Parent Elements

Templates

Occurrences

Minimum: 0

Maximum: Unbounded