Feature
Specifies the Feature details and whether or not to activate or deactivate the feature. Can be used to activate new or out of the box features or to deactivate unwanted new or out of the box features.
Schema:<Features
name="text"
activate="true" | "false"
scope="text">
</Features>
Attributes: Attribute | Description |
name | Required Text. Specifies the exact name of the feature |
activate | Required Boolean. Determines wether to activate or deactivate the feature. Does not install or uninstall the feature. |
scope | Optional Text*. This is required within a site collection parent to activate a web feature within the root web of the site collection. The only possible value is "web". |
Child Elements:None
Parent Elements:<
Features>
Occurrences:Minimum: 1
Maximum: Unlimited