MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.ContactResults Class Reference

An entity that returns a collection of EmailCampaigns. More...

Properties

int TotalPages [get, set]
 If there is more than one page of Contact objects to return, total_pages will denote how many pages of Contact objects there are to be returned for the current query. Subsequent pages can be returned by including the page_number parameter in your API request. More...
 
int PageNumber [get, set]
 If there is more than one page of Contact objects to return, page_number will denote which page of responses has been returned. If this is less than the value of total_pages, there are more pages that can be returned by including the page_number parameter in your API request. More...
 
List< ContactContacts = new List<Contact>() [get, set]
 This List contains the payload from the request query. Any found Contact objects matching the query will be returned as Contact objects in the response. More...
 

Detailed Description

An entity that returns a collection of EmailCampaigns.

Property Documentation

◆ Contacts

List<Contact> MoxiWorks.Platform.ContactResults.Contacts = new List<Contact>()
getset

This List contains the payload from the request query. Any found Contact objects matching the query will be returned as Contact objects in the response.

◆ PageNumber

int MoxiWorks.Platform.ContactResults.PageNumber
getset

If there is more than one page of Contact objects to return, page_number will denote which page of responses has been returned. If this is less than the value of total_pages, there are more pages that can be returned by including the page_number parameter in your API request.

◆ TotalPages

int MoxiWorks.Platform.ContactResults.TotalPages
getset

If there is more than one page of Contact objects to return, total_pages will denote how many pages of Contact objects there are to be returned for the current query. Subsequent pages can be returned by including the page_number parameter in your API request.


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