SPSiteUpgradeInfo members
Represents the site upgrade information.
The SPSiteUpgradeInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ErrorFile | Gets the location of the error file. |
![]() |
Errors | Gets the number of upgrade errors. |
![]() |
LastUpdated | Gets the date the upgrade progress was last updated. |
![]() |
LogFile | Gets the location of the log file. |
![]() |
RequestDate | Gets the date the upgrade was first requested. |
![]() |
RetryCount | Gets how many times the upgrade was retried. |
![]() |
StartTime | Gets the date the upgrade was started. |
![]() |
Status | Gets the site upgrade status. |
![]() |
UpgradeType | Gets the upgrade type. The upgrade type can either be a build upgrade or a version upgrade. |
![]() |
Warnings | Gets the number of upgrade warnings. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top