ListController..::..GetPageList Method
Gets the list based on provided parameters.
Returns a ListHelper as an ActionResult
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetPageList( string ObjectName, string CryptedSql, int Page, int PageSize, bool RemoveKeys, KeyValuePairs[] Filters, string ModuleName, string PageName )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetPageList ( _ ObjectName As String, _ CryptedSql As String, _ Page As Integer, _ PageSize As Integer, _ RemoveKeys As Boolean, _ Filters As KeyValuePairs(), _ ModuleName As String, _ PageName As String _ ) As ActionResult
Parameters
- ObjectName
- Type: String
Name of the object.
- CryptedSql
- Type: String
The crypted SQL.
- Page
- Type: Int32
The page.
- PageSize
- Type: Int32
The pagesize.
- RemoveKeys
- Type: Boolean
The pagesize.
- Filters
- Type: array<KeyValuePairs>[]()[][]
The pagesize.
- ModuleName
- Type: String
The module identifier.
- PageName
- Type: String
The page identifier.