FeatureSiteTemplateAssociation Element (FeatureSiteTemplateAssociation)
Last modified: July 15, 2011
Applies to: SharePoint Foundation 2013 | SharePoint Server 2013
In this article
Attributes
Child Elements
Parent Elements
Associates the specified Features with the specified site definition configuration so that when Web sites are provisioned, the Features are automatically included.
<FeatureSiteTemplateAssociation
Id = "Text"
TemplateName = "Text">
<Property
Key= "Text"
Value = "Text">
</Property>
</FeatureSiteTemplateAssociation>
|
Attribute |
Description |
|---|---|
|
Id |
Required Text. Specifies the GUID for the Feature. |
|
TemplateName |
Required Text. Specifies the name of the site definition configuration. SharePoint Foundation includes the following site definition configurations by default.
Note that WIKI provides a site definition configuration for legacy wiki sites that were originally created in an earlier version of SharePoint Foundation. Because standard site pages on SGS sites are wiki-enabled pages, you do not need to create sites that are specifically for wikis. |
For an example of how this element is used, see Feature/Site Template Associations.