GetListObjectPager Method
Overloads
| GetListObjectPager(String) |
Get a list object paging interface for a list box at the specified path. |
GetListObjectPager(String)
Get a list object paging interface for a list box at the specified path.
Declaration
public ListObjectPager GetListObjectPager(string listObjectPath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | listObjectPath |
The property path for the list object. |
Returns
| Type | Description |
|---|---|
| ListObjectPager |
The ListObjectPager instance. |