Click or drag to resize
BaseInfoGeneralizedInfoWrapperGetLastObjectOrder Method
Returns number which will be the last order within all the other items (according to Parent, Group and Site settings).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
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: Int32
See Also