Search Results for

    Show / Hide Table of Contents
    View Source

    Class PaginationHelper

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class PaginationHelper

    Methods

    View Source

    ConvertSkipTakeToPaging(int, int, out long, out int)

    Declaration
    public static void ConvertSkipTakeToPaging(int skip, int take, out long pageNumber, out int pageSize)
    Parameters
    Type Name Description
    int skip
    int take
    long pageNumber
    int pageSize
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX