Click or drag to resize

Pager Class

Represents a news paging list.
Inheritance Hierarchy
SystemObject
  Dynamicweb.News.FrontendPager

Namespace:  Dynamicweb.News.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class Pager

The Pager type exposes the following members.

Constructors
  NameDescription
Public methodPager
Initializes a new instance of the Pager class.
Top
Properties
  NameDescription
Public propertyEndRecordIndex
Gets the end index of the record.
Public propertyPagesCount
Gets the pages count.
Public propertyRecordsCount
Gets or sets the records count.
Public propertyStartRecordIndex
Gets the start index of the record.
Top
Methods
  NameDescription
Public methodRender
Renders the specified template according to renderer properties.
Public methodSeparate
Separates the news list according to page parameters.
Top
See Also