Elements Element (FeatureSiteTemplateAssociation)

Applies to: SharePoint Foundation 2010

Top-level element in a Feature manifest file that contains Feature element declarations.

<Elements
  Id = "Text">
    <FeatureSiteTemplateAssociation
      Id = "Text"
      TemplateName = "Text">
    ...
    </FeatureSiteTemplateAssociation>
  ...
</Elements>

Attributes

Attribute

Description

Id

Optional Text. Specifies a unique identifier for the Feature manifest file.

Child Elements

FeatureSiteTemplateAssociation

Parent Elements

None

Example

For an example of how this element is used, see Feature/Site Template Associations.