SPHealthRulesList members
Represents a list of SharePoint Health Analyzer rule definitions registered with the farm.
The SPHealthRulesList type exposes the following members.
Properties
Name | Description | |
---|---|---|
Local | Gets an SPHealthRulesList object that represents the SharePoint Health Analyzer Rules list for the farm. |
Top
Methods
Name | Description | |
---|---|---|
AddItem(SPHealthAnalysisRule) | Creates a list item and a timer job for the specified instance of a rule. | |
AddItem(SPHealthAnalysisRule, Boolean) | Creates a list item and a timer job for the specified instance of a rule, optionally overwriting an existing list item for the rule. | |
AddItems | Creates list items and timer jobs for all rules in an assembly. | |
DeleteItems | Deletes list items and timer jobs for all rules in an assembly. | |
Dispose | Releases all unmanaged resources used by the SPHealthRulesList object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetItem | Returns the list item for the specified rule from the Health Rules list if an item for the rule exists. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top