UpgradeActions Element (Feature)
Applies to: SharePoint Foundation 2010
Specifies the upgrade actions for the Feature.
<UpgradeActions
ReceiverAssembly = string
ReceiverClass = string>
<AddContentTypeField />
<ApplyElementManifests>
...
<CustomUpgradeActions>
...
</CustomUpgradeActions>
<MapFile />
<VersionRange>
...
</VersionRange>
</UpgradeActions>
Attributes
Attribute |
Description |
---|---|
ReceiverAssembly |
Optional string. Specifies the strong name of the assembly. |
ReceiverClass |
Optional string. Specifies the receiver class. |
Child Elements
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |