You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > OrderList Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
OrderList Class

 

Summary description for OrderList control 

 

C#
[DefaultProperty("DefaultUserID"), ToolboxData("<{0}:OrderList runat=server></{0}:OrderList>")]
public class OrderList : ECommerceControl, ICallbackEventHandler;
Visual Basic
<DefaultProperty("DefaultUserID"), ToolboxData("<{0}:OrderList runat=server></{0}:OrderList>")>
Public Class OrderList
Inherits ECommerceControl
Inherits ICallbackEventHandler

OrderList.cs

Name 
Description 
The methods of the OrderList class are listed here. 
The properties of the OrderList class are listed here. 
 
Name 
Description 
 
Fill 
Populates the data for the Favorites.  
 
Wraps the resulting collection with the Ektron Toolbars, which will only display when a user is logged in.  
 
Wrap 
Method that can be overridden and used to wrap an Ektron toolbar corresponding to a particular Control around some Html text.  
 
Name 
Description 
 
Sets the amount of time the server control’s data is cached. The default is 0 (zero). This is the amount of time, in seconds, a control’s data is cached. For example, if you want to cache the data for five minutes, set the CacheInterval property to 300 (three hundred).  
 
The default ID of the user for which to display a list of orders.  
 
Specify an external XSLT file to render the control. By default, the control uses OrderList.xsl. This file is located in:  
 
Sets the QueryString parameter name which is used to pass an order ID dynamically. By default, this parameter is OID.  
 
The QueryString parameter name which is used to pass the product ID to the product details page. For example, if your QueryString parameter for products is PID, enter that in this property. Then, when site visitors click a product in their order list, this parameter is passed with the product’s ID to the product details page.  
 
Provides access to List of OrderData.  
 
Specifies the number of orders to show per page.  
 
Specify the path to a style sheet for use with this sever control. The location can be relative or absolute. Leave blank to use the default style sheet.  
 
The URL path of the template that allows a site visitor to view the details of a product in an order. When a path is entered, the product’s title becomes a link that allows site visitors to navigate to the template containing details of the product; for example, the template containing a Product server control.  
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!