VersionRange Element (Feature)
Applies to: SharePoint Foundation 2010
Specifies the upgrade actions for a version of the Feature.
<VersionRange
BeginVersion = string
EndVersion = string>
<AddContentTypeField />
<ApplyElementManifests> ... </ApplyElementManifests>
<CustomUpgradeActions> ... </CustomUpgradeActions>
<MapFile />
</VersionRange>
Attributes
Attribute |
Description |
---|---|
BeginVersion |
Optional string. Specifies the earliest version number to upgrade. |
EndVersion |
Optional string. Specifies the latest version number to upgrade. |
Child Elements
Parent Elements
Occurrences
Minimum: 0 Maximum: Unbounded |