Feature-Element ("DeploymentManifest")
Letzte Änderung: Freitag, 30. Mai 2008
Gilt für: SharePoint Foundation 2010
Inhalt dieses Artikels
Typ
Attribute
Untergeordnete Elemente
Übergeordnete Elemente
Stellt eine Instanz eines Windows SharePoint Services 3.0-Featureobjekts (SPFeature) dar.
DECLARATION
<xs:element name="Feature" type="SPFeature" />
USAGE
<SPObject>
<Feature>
Id="Guid"
WebId="Guid"
Properties="xs:string"
FeatureDefinitionName="xs:string"
</Feature>
</SPObject>
Typ
Attribute
Attribut |
Typ |
Beschreibung |
---|---|---|
Id |
Optional. Eindeutiger Bezeichner des Featureobjekts. |
|
WebId |
Optional. Eindeutiger Bezeichner der Website, der das Feature zugeordnet ist. |
|
Properties |
xs:string |
Optional. Stellt die Auflistung der Eigenschaften für das Feature dar. |
FeatureDefinitionName |
xs:string |
Erforderlich. Name der Featuredefinition. |
Untergeordnete Elemente
Keine |