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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public int GetItemPage(
	string where
)

Parameters

where
Type: SystemString
Where condition to find the item

Return Value

Type: Int32
See Also