Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

PagedResultBase

API reference for PagedResultBase in Vendr, the eCommerce solution for Umbraco v8+

PagedResultBase

Represents a paged result for a model collection

public abstract class PagedResultBase

Namespace

Constructors

PagedResultBase

public PagedResultBase(long totalItems, long pageNumber, long pageSize)

Properties

PageNumber

public long PageNumber { get; }

PageSize

public long PageSize { get; }

TotalItems

public long TotalItems { get; }

TotalPages

public long TotalPages { get; }

Methods

GetSkipSize

Calculates the skip size based on the paged parameters specified

public int GetSkipSize()

Remarks

Returns 0 if the page number or page size is zero

Edit this page on GitHub

Site + logo design © 2025 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.