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 SourceNextPage
the URL of the next page of the result.
Declaration
Uri NextPage { get; set; }
Property Type:
System.Uri