| CheckParameters Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Protection
 Syntax
Syntaxpublic static class CheckParameters
The CheckParameters type exposes the following members.
 Fields
Fields Properties
Properties| Name | Description | |
|---|---|---|
|   | AllowCheck | 
            If checking is allowed, returns true.
             | 
|   | ReportParameters | 
            If true, exception reporting the parameters is thrown when the parameters do not match.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CheckPage(String) | 
            Checks the current request for allowed parameters.
             | 
|   | CheckPage(String, Boolean) | 
            Checks the current request for allowed parameters.
             | 
|   | CheckPage(String, ListString, ListString) | 
            Checks the current request URL for allowed parameters.
             | 
|   | CheckPath(String) | 
            Checks the current request for allowed parameters.
             | 
|   | CheckPath(String, Boolean) | 
            Checks the current request for allowed parameters.
             | 
|   | CheckPath(String, ListString, ListString) | 
            Checks the current request for allowed parameters.
             | 
|   | LoadSettings | 
            Loads the parameters settings from specified file.
             | 
 See Also
See Also