Click or drag to resize
FilterStateAddValue Method
Adds a value into the filter state.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public void AddValue(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The name to associate with the value.
value
Type: SystemObject
The value to serialize.
See Also