Pagination Objects
This object refers to how Pagination defined in Hawksearch for your account will be returned to or fed to the Hawksearch API.
Pagination Set
public class PaginationSet {
public int PaginationSetId { get; set; }
public Guid SyncGuid { get; set; }
public string Name { get; set; }
public string Code { get; set; }
public string RuleXml { get; set; }
public int SortOrder { get; set; }
public string Options { get; set; }
public list < PaginationSetOptionsData > OptionList { get; set; }
public int NumberOfPageLinks { get; set; }
public bool IsShowFirstLink { get; set; }
public bool IsShowLastLink { get; set; }
public DateTime CreateDate { get; set; }
public DateTime ModifyDate { get; set; }
}
Updated almost 2 years ago