Freigeben über


Zuordnung zwischen Features und Websitevorlagen

Letzte Änderung: Mittwoch, 23. Juli 2008

Gilt für: SharePoint Foundation 2010

Zuordnungen zwischen Features und Websitevorlagen ermöglichen das Einbeziehen eines bestimmten Features als Teil einer Konfiguration einer Websitedefinition, wenn Sie Websites anhand der Definition bereitstellen.

Elements

  FeatureSiteTemplateAssociation

    Property

Beispiel

Im folgenden Beispiel wird ein Feature zwei unterschiedlichen Konfigurationen von Websitedefinitionen und ein weiteres Feature samt Eigenschaften einer dritten Konfiguration zugeordnet.

<Elements xmlns="https://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>