Click or drag to resize
BaseInfoGeneralizedInfoWrapperSortAlphabetically Method
Moves the object to the right position according to the custom order.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public void SortAlphabetically(
	bool asc = true,
	string orderColumn = null,
	string nameColumn = null
)

Parameters

asc (Optional)
Type: SystemBoolean
Indicates whether the order is ascending or descending (ascending by default).
orderColumn (Optional)
Type: SystemString
Name of the column that is used for storing the object's order. If null, OrderColumn is taken from TypeInfo.
nameColumn (Optional)
Type: SystemString
>Name of the column by which the alphabetical order is to be set.
See Also