Click or drag to resize
InfoObjectCollectionGetSubsetWhere Method
Returns the clone of the collection with specified where condition applied

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public virtual InfoObjectCollection GetSubsetWhere(
	string whereCondition
)

Parameters

whereCondition
Type: SystemString
Where condition

Return Value

Type: InfoObjectCollection
See Also