This topic has not yet been rated - Rate this topic

Feature/Site Template Associations

Feature/site template associations allow you to include a specific Feature as part of a site definition configuration when you provision sites through the definition.

Elements

  FeatureSiteTemplateAssociation

    Property

The following example associates one Feature with two different site definition configurations and another Feature and properties with a third configuration.

<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  <FeatureSiteTemplateAssociation Id="99FE402E-89A0-45aa-9163-85342E865DC8" TemplateName="PROFILES#0" /> 
  <FeatureSiteTemplateAssociation Id="99FE402E-89A0-45aa-9163-85342E865DC8" TemplateName="CMSPUBLISHING#0" /> 
- <FeatureSiteTemplateAssociation Id="541F5F57-C847-4e16-B59A-B31E90E6F9EA" TemplateName="SRCHCENTERLITE#1">
    <Property Key="IncludeInGlobalNavigation" Value="false" /> 
    <Property Key="IncludeInCurrentNavigation" Value="false" /> 
    <Property Key="InheritCurrentNavigation" Value="true" /> 
    <Property Key="IncludePages" Value="false" /> 
  </FeatureSiteTemplateAssociation>
</Elements>
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.