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

The ActiveTopics server control displays either the most active topics or the most recent topics. The most active are determined by how many new posts are added to a topic or how many replies a post receives. The most recent are determined by the date of the post.

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

ActiveTopics.cs

Name 
Description 
The methods of the ActiveTopics class are listed here. 
The properties of the ActiveTopics class are listed here. 
 
Name 
Description 
 
Fill 
Method that can be overridden and used to grab data from the back end for each server control.  
 
Renders the control for output as a string. Use this method to display your controls if you instantiate your control as a component in code behind.  
 
Wrap 
Method that can be overridden and used to wrap an Ektron toolbar corresponding to a particular Control around some Html text.  
 
Name 
Description 
 
The ID of the board from which to get entries.  
 
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).  
 
Choose between Active or Recent. In Active mode, the server control displays the most active posts. In Recent mode, the server control displays the latest posts. The default is Active.  
 
Gets or Sets the QueryString parameter to read a Forum ID dynamically.  
 
Gets or Sets the QueryString parameter to read a Forum ID dynamically.  
 
Gets or Sets the QueryString parameter to read a Forum ID dynamically.  
 
The maximum number of topics listed. The default is 10.  
 
The URL path to the Forum server control’s Web page. For example:  
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!