You are here: Ektron Namespace > .NET Assemblies > eCommerce > Classes > OrderApi Class > OrderApi Methods > GetList Method > GetList
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
OrderApi.GetList Method (DateTime, DateTime, PagingInfo)

Returns a list of orders for a given time period.

C#
public List<OrderData> GetList(DateTime startDate, DateTime endDate, PagingInfo pagingInfo);
Visual Basic
Public Function GetList(startDate As DateTime, endDate As DateTime, pagingInfo As PagingInfo) As List<OrderData>
Parameters 
Description 
startDate 
begininning of time period. 
endDate 
end of time period. 
pagingInfo 
paging information for list or orders. 

List of OrderData objects

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!