Class PagingInfo
  
  
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
  Constructors
  
  PagingInfo(int, int)
  
  
  Declaration
  
    public PagingInfo(int pageNumber, int pageSize)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | pageNumber |  | 
      
        | int | pageSize |  | 
    
  
  Properties
  
  FirstRow
  
  
  Declaration
  
    public int FirstRow { get; }
   
  Property Value
  
  
  IsLastPage
  
  
  Declaration
  
    public bool IsLastPage { get; }
   
  Property Value
  
  
  LastRow
  
  
  Declaration
  
    public int LastRow { get; }
   
  Property Value
  
  
  PageNumber
  
  
  Declaration
  
    public int PageNumber { get; }
   
  Property Value
  
  
  PageSize
  
  
  Declaration
  
    public int PageSize { get; }
   
  Property Value
  
  
  TotalPages
  
  
  Declaration
  
    public int TotalPages { get; }
   
  Property Value
  
  
  TotalRows
  
  
  Declaration
  
    public int TotalRows { get; }
   
  Property Value
  
  Methods
  
  
  
  
  Declaration
  
    public void UpdatePageResults(int firstRow, int lastRow, int totalRows, int totalPages)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | int | firstRow |  | 
      
        | int | lastRow |  | 
      
        | int | totalRows |  | 
      
        | int | totalPages |  | 
    
  
  Extension Methods