Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited 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 | |
---|---|---|
![]() |
SPRepairableHealthAnalysisRule | Default constructor for the abstract base class SPRepairableHealthAnalysisRule. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AutomaticExecutionParameters | Gets the default settings that specify when and where the rule is run. (Inherited from SPHealthAnalysisRule.) |
![]() |
Category | Gets the category for this rule. (Inherited from SPHealthAnalysisRule.) |
![]() |
CustomCategory | Gets or sets the name of a custom category for this rule. (Inherited from SPHealthAnalysisRule.) |
![]() |
ErrorLevel | Gets the severity level of problems that this rule detects. (Inherited from SPHealthAnalysisRule.) |
![]() |
Explanation | Gets a detailed description of the problem detected by the rule. (Inherited from SPHealthAnalysisRule.) |
![]() |
KnowledgeBaseArticleId | Gets the identifier for an article pertaining to the problem in the Microsoft Knowledge Base. (Inherited from SPHealthAnalysisRule.) |
![]() |
Remedy | Gets a description of manual steps that an administrator can take to correct the problem detected by the rule. (Inherited from SPHealthAnalysisRule.) |
![]() |
Summary | Gets a brief description of the problem detected by this rule. (Inherited from SPHealthAnalysisRule.) |
![]() |
Version | Gets the version for the current instance of the rule. (Inherited from SPHealthAnalysisRule.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Check | When overridden in a derived class, searches for a single problem. (Inherited from SPHealthAnalysisRule.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Repair | Repairs an error found by the Check() method. |
![]() |
ToString | (Inherited from Object.) |
Top