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

The properties of the ContentList class are listed here.

 
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, you set the CacheInterval property to 300 (three hundred).  
 
The comma separated list of content IDs you wish to display.  
 
Indicates the number of elements in your ContentList.  
 
Gets the current index.  
 
Gets or Sets the Default ContentID for this Control.  
 
Direction for sorting results, "ascending" or "descending". 
 
Gets or Sets the QueryString parameter to read a Content ID dynamically. Set to String.Empty if you wish to always display the default ContentID (static.)  
 
Returns the array of ContentBase.  
 
If set to true, retrieves the content (Html body) of every content block in the content list for display.  
 
Determines whether or not to display an icon next to your navigation lists. NOTE: Only works with ecmSummary and ecmTeaser.  
 
Gets a value indicating whether the System.Data.InternalDataCollectionBase is synchronized.  
 
Determines the type of window that appears on this Web form when a user clicks an item in the breadcrumb trail. The default is _self.
  • _Self = opens in same window
  • _Top = opens in parent window
  • _Blank = opens in new window
  • _Parent = opens in the parent frame
 
 
Enter name of a markup file that manages the display of this server control.  
 
Gets or Sets the meta tag value. Once this value is set, associated content(s) will be listed.  
 
Determines how to order content in the list. The sort field is determined by the OrderKey property.
  • ascending - items are arranged A, B, C or 1,2,3.
  • descending - items are arranged. Z,Y,X or 3,2,1.
If sorting by date, descending puts the most recent first.
When ascending is selected and the Orderkey property is set to OrderOfTheIds, the order of the IDs are preserved. When set to descending, the order is reversed.  
 
Sort the list by one of these values:
  • Title - the order of the content’s title.
  • DateModified - the last date the content was modified.
  • DateCreated - the date the content was created.
  • LastEditorFname - the last editor’s first name.
  • LastEditorLname - the last editor’s last name.
  • OrderOfTheIds - preserves the content ID order based on the list in the ContentIds property.
 
 
Set to True if you want to randomly display one content block link from the content list. The content changes each time a user views the page.
  • True - randomly display one content block in the specified folder.
  • False - display the content list normally.
 
 
Suppresses the output of span/div tags around the control.  
 
Gets an object that can be used to synchronize the ContentList.  
 
Returns the Xml object loaded for ContentList.  
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!