Click or drag to resize
InfoObjectCollectionGetSubsetOrderBy Method
Returns the clone of the collection with specified order by applied

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

Parameters

orderBy
Type: SystemString
Order By expression

Return Value

Type: InfoObjectCollection
See Also