Click or drag to resize
CMSControlsHelperGetFilter Method
Returns filter control from filter collection.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public static Control GetFilter(
	string filterName
)

Parameters

filterName
Type: SystemString
Filter name

Return Value

Type: Control
See Also