Show / Hide Table of Contents

Interface IPagedResult

A result that is part of a series of pages.

Namespace: EC.ProductsAndPricing.ServiceContract
Assembly: EC.ProductsAndPricing.ServiceContract.dll
Syntax
public interface IPagedResult
Remarks

Result that can be too big to send in one HTTP response are split into multiple pages.

Properties

View Source

NextPage

the URL of the next page of the result.

Declaration
Uri NextPage { get; set; }
Property Type: System.Uri
  • View Source
Back to top Copyright © 2017 EC English