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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual IInfoObjectCollection<TInfo> GetSubsetWhere(
	string whereCondition
)

Parameters

whereCondition
Type: SystemString
Where condition

Return Value

Type: IInfoObjectCollectionTInfo

Implements

IInfoObjectCollectionTInfoGetSubsetWhere(String)
See Also