This documentation is archived and is not being maintained.
UpgradeStatus enumeration
Specifies the site upgrade status.
Namespace:
Microsoft.SharePoint.ClientAssembly:
Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
No code example is currently available or this language may not be supported.
| 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. |