Click or drag to resize
ObjectRelationshipsCollectionGetWhereCondition Method
Gets the where condition for filtering.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected override WhereCondition GetWhereCondition(
	string filterName
)

Parameters

filterName
Type: SystemString
Filter name

Return Value

Type: WhereCondition
See Also