SPRepairableHealthAnalysisRule members

An abstract base class that provides a definition for a SharePoint Health Analyzer rule that can repair an error automatically.

The SPRepairableHealthAnalysisRule type exposes the following members.

Constructors

  Name Description
Protected method SPRepairableHealthAnalysisRule Default constructor for the abstract base class SPRepairableHealthAnalysisRule.

Top

Properties

  Name Description
Public property AutomaticExecutionParameters Gets the default settings that specify when and where the rule is run. (Inherited from SPHealthAnalysisRule.)
Public property Category Gets the category for this rule. (Inherited from SPHealthAnalysisRule.)
Public property CustomCategory Gets or sets the name of a custom category for this rule. (Inherited from SPHealthAnalysisRule.)
Public property ErrorLevel Gets the severity level of problems that this rule detects. (Inherited from SPHealthAnalysisRule.)
Public property Explanation Gets a detailed description of the problem detected by the rule. (Inherited from SPHealthAnalysisRule.)
Public property KnowledgeBaseArticleId Gets the identifier for an article pertaining to the problem in the Microsoft Knowledge Base. (Inherited from SPHealthAnalysisRule.)
Public property Remedy Gets a description of manual steps that an administrator can take to correct the problem detected by the rule. (Inherited from SPHealthAnalysisRule.)
Public property Summary Gets a brief description of the problem detected by this rule. (Inherited from SPHealthAnalysisRule.)
Public property Version Gets the version for the current instance of the rule. (Inherited from SPHealthAnalysisRule.)

Top

Methods

  Name Description
Public method Check When overridden in a derived class, searches for a single problem. (Inherited from SPHealthAnalysisRule.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Repair Repairs an error found by the Check() method.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPRepairableHealthAnalysisRule class

Microsoft.SharePoint.Administration.Health namespace