zdk.net
|
Search pagination. More...
#include <Pagination.h>
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... | |
Search pagination.
Describes the search pagination used for paged searching.
|
get |
Number of selected next page records.
Number of selected next page records.
|
get |
Specifies the possibility of having a next page.
Specifies the possibility of having a next page.
|
get |
Next page ID.
Next page ID for CRMs that supports this type of pagination.
|
get |
Next page URL.
Next page URL.
|
get |
The number of skipped contacts in the next page.
The number of contacts skipped before selecting records for next page.