SPPendingUpgradeActionInfo members
An object containing information about the pending upgrade actions needed for an upgradable object.
The SPPendingUpgradeActionInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPendingUpgradeActionInfo |
Top
Properties
Name | Description | |
---|---|---|
Level | The level of this object in the upgrade dependency hierarchy. | |
ObjectName | The name of this object. | |
ObjectType | The type of this object. | |
ParentName | The name of the parent of this object. | |
ParentType | The type of the parent of this object. | |
Status | The pending upgrade status of this object. | |
UpgradeActions | The list of pending upgrade actions for this object. |
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