Try our conversational search powered by Generative AI!

Class Paging

Inheritance
System.Object
Paging
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Cms.Shell.UI.Models.ExternalLinks
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
[Obsolete("The Episerver gadget framework has been deprecated so the External Link gadget will be removed after the upcoming major release.")]
public class Paging

Constructors

Declaration
public Paging()

Properties

Declaration
public int MaxIndexOfItem { get; }
Property Value
Type Description
System.Int32
Declaration
public int MinIndexOfItem { get; }
Property Value
Type Description
System.Int32
Declaration
public int PageNumber { get; set; }
Property Value
Type Description
System.Int32
Declaration
public int PagerSize { get; set; }
Property Value
Type Description
System.Int32
Declaration
public IEnumerable<int> Pages { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Int32>
Declaration
public int PageSize { get; set; }
Property Value
Type Description
System.Int32
Declaration
public int TotalItemsCount { get; set; }
Property Value
Type Description
System.Int32
Declaration
public int TotalPagesCount { get; }
Property Value
Type Description
System.Int32

Methods

Declaration
public static Paging GetFromIndexViewData(IndexViewData data)
Parameters
Type Name Description
IndexViewData data
Returns
Type Description
Paging

Extension Methods