PerformanceAdviser.ExecuteAllRules
Method
Description:
Executes all rules in the list on a given document.
Executes all rules in the list on a given document.
Remarks:
Disabled rules are not executed.
Disabled rules are not executed.
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | Document on which the rules will be executed. |
Return Value
| Type | Description |
|---|---|
| IList | Failure messages explaining performance problems detected in the document. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |