CheckParameters MembersKentico 8.0 API Reference
The CheckParameters type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCheckPage(String)
Checks the current request for allowed parameters.
Public methodStatic memberCheckPage(String, Boolean)
Checks the current request for allowed parameters.
Public methodStatic memberCheckPage(String, List String  , List String  )
Checks the current request URL for allowed parameters.
Public methodStatic memberCheckPath(String)
Checks the current request for allowed parameters.
Public methodStatic memberCheckPath(String, Boolean)
Checks the current request for allowed parameters.
Public methodStatic memberCheckPath(String, List String  , List String  )
Checks the current request for allowed parameters.
Public methodStatic memberLoadSettings
Loads the parameters settings from specified file.
Back to Top
Fields

  NameDescription
Public fieldStatic memberDENIED
Denied value.
Back to Top
Properties

  NameDescription
Public propertyStatic memberAllowCheck
If checking is allowed, returns true.
Public propertyStatic memberReportParameters
If true, exception reporting the parameters is thrown when the parameters do not match.
Back to Top
See Also