FilterState GetObject Method Kentico 8.1 API Reference
Retrieves an object 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 object to retrieve.
defaultValue (Optional)
Type: OnlineSystem Object
The default value that will be returned if state doesn't contain value for specified name.

Return Value

Type: OnlineObject
The object associated with the specified name.
See Also