Click or drag to resize
BaseInfoSortAlphabetically Method
Sort objects alphabetically.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected void SortAlphabetically(
	bool ascending,
	string orderColumn,
	string nameColumn
)

Parameters

ascending
Type: SystemBoolean
If true the order will be ascending (default is true)
orderColumn
Type: SystemString
Name of the order column. If null, OrderColumn from TypeInfo is taken
nameColumn
Type: SystemString
Column by the content of which the alphabetical order will be set
See Also