SPHealthRepairStatus enumeration
Describes the result of an attempt to repair a problem detected by a SharePoint Health Analyzer rule.
Namespace: Microsoft.SharePoint.Administration.Health
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPHealthRepairStatus
'Usage
Dim instance As SPHealthRepairStatus
public enum SPHealthRepairStatus
Members
Member name | Description | |
---|---|---|
Succeeded | The repair action succeeded. | |
Failed | The repair action failed. | |
Unnecessary | The repair action was unnecessary. |
Remarks
A rule’s Repair() method returns one of the values of this enumeration.