UpgradeInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.ScriptType("SP.UpgradeInfo", ServerTypeId="{a012e5fa-a28f-4232-9561-c4033f61c889}", ValueObject=true)]
public sealed class UpgradeInfo : Microsoft.SharePoint.Client.ClientValueObject
type UpgradeInfo = class
inherit ClientValueObject
Public NotInheritable Class UpgradeInfo
Inherits ClientValueObject
- Inheritance
- Attributes
Constructors
| UpgradeInfo() |
Properties
| ErrorFile | |
| Errors | |
| LastUpdated | |
| LogFile | |
| RequestDate | |
| RetryCount | |
| StartTime | |
| Status | |
| TypeId | |
| UpgradeType | |
| Warnings |
Methods
| CustomFromJson(JsonReader) | (Inherited from ClientValueObject) |
| CustomWriteToXml(XmlWriter, SerializationContext) | (Inherited from ClientValueObject) |
| FromJson(JsonReader) | (Inherited from ClientValueObject) |
| InitOnePropertyFromJson(String, JsonReader) | (Inherited from ClientValueObject) |
| WriteToXml(XmlWriter, SerializationContext) | |