zdk.net
Public Member Functions | Public Attributes | Properties | List of all members
ZDK_NET::Pagination Class Reference

Search pagination. More...

#include <Pagination.h>

Inheritance diagram for ZDK_NET::Pagination:
ZDK_NET::ZHandle

Public Member Functions

 Pagination (ZDK::Shared::Pagination src)
 
virtual long long Handle () override
 
virtual void Initialize () override
 
virtual void ReleaseReference () override
 

Public Attributes

ZDK::IPagination * cppRef = nullptr
 

Properties

System::String^ NextPageUrl [get]
 Next page URL. More...
 
bool NextPage [get]
 Specifies the possibility of having a next page. More...
 
int NextStart [get]
 The number of skipped contacts in the next page. More...
 
int NextLimit [get]
 Number of selected next page records. More...
 
System::String^ NextPageId [get]
 Next page ID. More...
 

Detailed Description

Search pagination.

Describes the search pagination used for paged searching.

Property Documentation

◆ NextLimit

int ZDK_NET::Pagination::NextLimit
get

Number of selected next page records.

Number of selected next page records.

Returns
Number of selected next page records

◆ NextPage

bool ZDK_NET::Pagination::NextPage
get

Specifies the possibility of having a next page.

Specifies the possibility of having a next page.

Returns
  • 0 - next page is available
  • 1 - next page is NOT available

◆ NextPageId

System:: String^ ZDK_NET::Pagination::NextPageId
get

Next page ID.

Next page ID for CRMs that supports this type of pagination.

Returns
The next page D

◆ NextPageUrl

System:: String^ ZDK_NET::Pagination::NextPageUrl
get

Next page URL.

Next page URL.

Returns
The next page URL

◆ NextStart

int ZDK_NET::Pagination::NextStart
get

The number of skipped contacts in the next page.

The number of contacts skipped before selecting records for next page.

Returns
The number of skipped contacts in the next page

The documentation for this class was generated from the following file: