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.
Specifies the site upgrade status.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration UpgradeStatus
'Usage
Dim instance As UpgradeStatus
public enum UpgradeStatus
Members
Member name | Description | |
---|---|---|
None | No upgrade has occurred. Value = 0. | |
InProgress | The site upgrade is currently in progress. Value = 1. | |
Failed | The site upgrade completed, but an error occurred. Value = 2. | |
Completed | The site upgrade completed successfully. Value = 3. |