Click or drag to resize
FilteredInfoObjectCollectionGetWhereCondition Method
Gets the where condition for the given filter.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected abstract string GetWhereCondition(
	string filterName
)

Parameters

filterName
Type: SystemString
Filter name

Return Value

Type: String
See Also