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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public long GetInt64(
	string name,
	long defaultValue = 0
)

Parameters

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

Return Value

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