UpgradeInfo members
Represents the site upgrade information.
The UpgradeInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
UpgradeInfo | Initializes a new instance of the UpgradeInfo class. |
Top
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. |
![]() |
TypeId | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.) |
![]() |
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 | |
---|---|---|
![]() |
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top