SPPatchableUnitInfo members
Version information for one patchable unit.
The SPPatchableUnitInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
DisplayName | Display name for this patchable unit. | |
Id | Unique identifier for this patchable unit. | |
LatestPatch | Version for this patchable unit. The same as the maximum version of all patches applied. | |
Patches | Patches applied to this patchable unit. | |
PatchesByVersion | Patches applied to this patchable unit sorted by version. | |
Servers | Information about all the servers where [Microsoft.SharePoint.Administration.SPPatchableUnitInfo] is installed. | |
ServersMissingThis | A List of servers missing this [Microsoft.SharePoint.Administration.SPPatchableUnitInfo] or null installed on all servers. |
Top
Methods
Name | Description | |
---|---|---|
BaseVersionOnServer | Returns the base version of the install on the given server. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMissingPatches | Retrieves a list of required patches (if any) that are missing on the given server. | |
GetPatchInfo | Retrieves information about a given patch installed for this patchable unit. | |
GetStatus | Retrieves what actions are required for this product. | |
GetType | (Inherited from Object.) | |
LatestPatchOnServer | Retrieves the latest patch installed on the given server. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top