Click or drag to resize
CustomTableItemProviderGetLastItemOrder Method
Returns last item order for specified custom table.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static int GetLastItemOrder(
	string className
)

Parameters

className
Type: SystemString
Custom table class name

Return Value

Type: Int32
See Also