Click or drag to resize
InfoObjectCollectionTInfoGetSubsetWhere Method

Note: This API is now obsolete.

Returns the clone of the collection with specified where condition applied

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Method was not intended for public use and will be removed in the next version.")]
public virtual IInfoObjectCollection<TInfo> GetSubsetWhere(
	string whereCondition
)

Parameters

whereCondition
Type: SystemString
Where condition

Return Value

Type: IInfoObjectCollectionTInfo

Implements

IInfoObjectCollectionTInfoGetSubsetWhere(String)
See Also