The types of URLs that can be built by the Pager server control
Namespace:
Endeca.Web.UI.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public enum PagerUrlType |
| Visual Basic (Declaration) |
|---|
Public Enumeration PagerUrlType |
| Visual C++ |
|---|
public enum class PagerUrlType |
Members
| Member name | Description | |
|---|---|---|
| Offset |
Build a URL by changing the offset
| |
| ItemsPerPage |
Build a URL by changing the items per page
|