Click or drag to resize
BasicDataPagerGetItemPage Method
Returns the page of selected item (start with 1)

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public int GetItemPage(
	string where
)

Parameters

where
Type: SystemString
Where condition to find the item

Return Value

Type: Int32
See Also