UpgradeInfo members

Represents the site upgrade information.

The UpgradeInfo type exposes the following members.

Constructors

  Name Description
Public method UpgradeInfo Initializes a new instance of the UpgradeInfo class.

Top

Properties

  Name Description
Public property ErrorFile Gets the location of the error file.
Public property Errors Gets the number of upgrade errors.
Public property LastUpdated Gets the date the upgrade progress was last updated.
Public property LogFile Gets the location of the log file.
Public property RequestDate Gets the date the upgrade was first requested.
Public property RetryCount Gets how many times the upgrade was retried.
Public property StartTime Gets the date the upgrade was started.
Public property Status Gets the site upgrade status.
Public property TypeId This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.TypeId.)
Public property UpgradeType Gets the upgrade type. The upgrade type can either be a build upgrade or a version upgrade.
Public property Warnings Gets the number of upgrade warnings.

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).)
Public method ToString (Inherited from Object.)
Public method 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

See also

Reference

UpgradeInfo class

Microsoft.SharePoint.Client namespace