FilterState GetSingle Method Kentico 8.1 API Reference
Retrieves a single-precision floating-point value from the filter state.

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

Parameters

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

Return Value

Type: OnlineSingle
The single-precision floating-point value associated with the specified name.
See Also