| BaseInfoSetObjectAlphabeticalOrder Method | 
            Moves the object to the right position according to the custom order.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxprotected void SetObjectAlphabeticalOrder(
	string orderColumn,
	string nameColumn
)
Parameters
- 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
See Also