|
Ektron CMS400.NET API Documentation
|
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.
[DefaultProperty("BoardID"), ToolboxData("<{0}:ActiveTopics runat=server></{0}:ActiveTopics>")]
public class ActiveTopics : EkWebControl;<DefaultProperty("BoardID"), ToolboxData("<{0}:ActiveTopics runat=server></{0}:ActiveTopics>")>
Public Class ActiveTopics
Inherits EkWebControlActiveTopics.cs
|
Name |
Description |
|
The methods of the ActiveTopics class are listed here. | |
|
The properties of the ActiveTopics class are listed here. |
|
|
Name |
Description |
|
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. | |
|
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. | |
|
The maximum number of topics listed. The default is 10. | |
|
The URL path to the Forum server control’s Web page. For example: |
|
Copyright (c) 2008. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|