SPHealthAnalysisRule Members

Include Protected Members
Include Inherited Members

An abstract base class that provides a definition for a SharePoint Health Analyzer rule.

The SPHealthAnalysisRule type exposes the following members.

Constructors

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

Top

Properties

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

Top

Methods

  Name Description
Public method Check When overridden in a derived class, searches for a single problem.
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 ToString (Inherited from Object.)

Top

See Also

Reference

SPHealthAnalysisRule Class

Microsoft.SharePoint.Administration.Health Namespace