You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Content Namespace > Classes > ThreadedDiscussion Class > ThreadedDiscussion Methods > GetActiveTopics Method > GetActiveTopics
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ThreadedDiscussion.GetActiveTopics Method (Long, Integer, TimeSpan)

Gets Most active topics for a board. Activity is measured by number of posts on the topic.

C#
public DiscussionTopic[] GetActiveTopics(Long boardId, int MaxNumber, TimeSpan timeSpan);
Visual Basic
Public Function GetActiveTopics(ByVal boardId As Long, ByVal MaxNumber As Integer, ByVal timeSpan As TimeSpan) As DiscussionTopic()
Parameters 
Description 
boardId 
The numeric representing the board ID. 
MaxNumber 
The maximum number of topics to retrieve. 

An array of Discussion Topic classes.

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!