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