BaseInfoGeneralizedInfoWrapperGetLastObjectOrder Method |
Returns number which will be the last order within all the other items (according to Parent, Group and Site settings).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public int GetLastObjectOrder(
string orderColumn = null
)
Parameters
- orderColumn (Optional)
- Type: SystemString
Name of the order column. If null, OrderColumn from TypeInfo is taken
Return Value
Type:
Int32See Also