• ShareFile.Api.Models.QueryPaging
  • ShareFile.Api.Models.QueryPaging

    Paging information for a search query's results

    NameTypeDescription
    PageNumberInt32 Deprecated, use the Skip property to skip some number of results
    PageSizeInt32 Deprecated, use the Count property
    CountInt32 The number of search results to get
    SkipInt32 How many results to skip before returning "Count" number results.