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: 10.0.0
Syntax
C#
protected abstract WhereCondition GetWhereCondition(
	string filterName
)

Parameters

filterName
Type: SystemString
Filter name

Return Value

Type: WhereCondition
See Also