CheckParameters CheckPath Method (String, List String  , List String  )Kentico 8.0 API Reference
Checks the current request for allowed parameters.

Namespace: CMS.Protection
Assembly: CMS.Protection (in CMS.Protection.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

path
Type: OnlineSystem String
Path to check
invalidFormParams
Type: OnlineSystem.Collections.Generic List OnlineString  
List where invalid form params will be placed
invalidQueryParams
Type: OnlineSystem.Collections.Generic List OnlineString  
List where invalid query params will be placed

Return Value

Type: OnlineBoolean
See Also