BaseInfoGeneralizedInfoWrapperSortAlphabetically Method |
Moves the object to the right position according to the custom order.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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