Click or drag to resize
UniGridGetFilter Method (Boolean)

Note: This API is now obsolete.

Returns where condition from UniGrid filters.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use method GetFilter without parameters.")]
public string GetFilter(
	bool isDataTable
)

Parameters

isDataTable
Type: SystemBoolean

Return Value

Type: String
See Also