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

AddContentTypeField Element (Feature),

ApplyElementManifests Element (Feature)

CustomUpgradeAction Element (Feature)

MapFile Element (Feature)

VersionRange Element (Feature)

Parent Elements

Feature Element (Feature)

Occurrences

Minimum: 0

Maximum: 1