Click or drag to resize
FilterStateGetInt16 Method
Retrieves a 16-bit signed integer value from the filter state.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public short GetInt16(
	string name,
	short defaultValue = 0
)

Parameters

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

Return Value

Type: Int16
The 16-bit signed integer value associated with the specified name.
See Also