BasicDataPagerGetItemPage Method |
Returns the page of selected item (start with 1)
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
Syntax public int GetItemPage(
string where
)
Parameters
- where
- Type: SystemString
Where condition to find the item
Return Value
Type:
Int32See Also