The types of URLs that can be built by the Pager server control

Namespace:  Endeca.Web.UI.WebControls
Assembly:  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 nameDescription
Offset
Build a URL by changing the offset
ItemsPerPage
Build a URL by changing the items per page

See Also