Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Pending upgrade status of an object enumerable with SPPendingUpgradeActionInfo.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPPendingUpgradeStatus
'Usage
Dim instance As SPPendingUpgradeStatus
public enum SPPendingUpgradeStatus
Members
| Member name | Description | |
|---|---|---|
| Unknown | Unknown upgrade status. | |
| OK | No pending upgrade action needed. | |
| NeedsUpgradeBackwardsCompatible | Pending upgrade actions exist, but the object is still compatible with the current install. | |
| NeedsUpgrade | Pending upgrade actions exist, but the object is no longer compatible with the current install. | |
| CannotUpgrade | The object cannot be upgraded, perhaps because it is too old, newer than the current install, or because it depends on other objects that must also be upgraded. |