| BaseInfoGetLastObjectOrder Method | 
            Returns number which will be the last order within all the other items (according to Parent, Group and Site settings).
            I.e. returns largest existing order + 1.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
 Syntax
Syntaxprotected virtual int GetLastObjectOrder(
	string orderColumn
)
Parameters
- orderColumn
- Type: SystemString
 Name of the order column. If null, OrderColumn from TypeInfo is taken
Return Value
Type: 
Int32 See Also
See Also