Group
Show / Hide Table of Contents

Class PaginationSettings

Settings for pagination of results

Inheritance
System.Object
PaginationSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Matching.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class PaginationSettings

Properties

| Improve this Doc View Source

Skip

How many results to skip. For example: (skip 5, take 10) means return results 6-15

Declaration
public int Skip { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Take

How many results to return

Declaration
public int Take { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾