Elements Element (FeatureSiteTemplateAssociation)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

<Elements
  xmlns = "http://schemas.microsoft.com/sharepoint/">
    <FeatureSiteTemplateAssociation
      Id = "Text"
      TemplateName = "Text">
    ...
    </FeatureSiteTemplateAssociation>
  ...
</Elements>

Attributes

Attribute

Description

xmlns

Specifies the Windows SharePoint Services schema: http://schemas.microsoft.com/sharepoint/

Child Elements

FeatureSiteTemplateAssociation

Parent Elements

None

Example

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

Microsoft.Win32.RegistryKey#4