Search Results for

    Show / Hide Table of Contents
    View Source

    Class PaginationHelper

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

    Methods

    View Source

    ConvertSkipTakeToPaging(Int32, Int32, out Int64, out Int32)

    Declaration
    public static void ConvertSkipTakeToPaging(int skip, int take, out long pageNumber, out int pageSize)
    Parameters
    Type Name Description
    System.Int32 skip
    System.Int32 take
    System.Int64 pageNumber
    System.Int32 pageSize
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ConvertSkipTakeToPaging(Int32, Int32, out Int64, out Int32)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX