Feature Element (DeploymentManifest)
Applies to: SharePoint Foundation 2010
Represents an instance of a Windows SharePoint Services 3.0 Feature (SPFeature) object.
DECLARATION
<xs:element name="Feature" type="SPFeature" />
USAGE
<SPObject>
<Feature>
Id="Guid"
WebId="Guid"
Properties="xs:string"
FeatureDefinitionName="xs:string"
</Feature>
</SPObject>
Type
Attributes
Attribute |
Type |
Description |
---|---|---|
Id |
Optional. Unique identifier of the Feature object. |
|
WebId |
Optional. Unique identifier of the Web site to which the Feature is associated. |
|
Properties |
xs:string |
Optional. Represents the collection of properties for the Feature. |
FeatureDefinitionName |
xs:string |
Required. Name of the Feature definition. |
Child Elements
None |