FilterState GetByte Method Kentico 8.1 API Reference
Retrieves an 8-bit unsigned integer 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 Byte
The default value that will be returned if state doesn't contain value for specified name.

Return Value

Type: OnlineByte
The 8-bit unsigned integer value associated with the specified name.
See Also