FilterState GetBoolean Method Kentico 8.0 API Reference
Retrieves a boolean value from the filter state.

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

Parameters

name
Type: OnlineSystem String
The name associated with the value to retrieve.
defaultValue (Optional)
Type: OnlineSystem Boolean
The default value that will be returned if state doesn't contain value for specified name.

Return Value

Type: OnlineBoolean
The boolean value associated with the specified name.
See Also