Sort objects alphabetically.
            
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- ascending
 - Type: 
System Boolean
If true the order will be ascending (default is true) 
- orderColumn
 - Type: 
System String
Name of the order column. If null, OrderColumn from TypeInfo is taken 
- nameColumn
 - Type: 
System String
Column by the content of which the alphabetical order will be set 
See Also