You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Content Namespace > Classes > ThreadedDiscussion Class > ThreadedDiscussion Methods > GetActiveTopicsForForum
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ThreadedDiscussion.GetActiveTopicsForForum Method

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

C#
public DiscussionTopic[] GetActiveTopicsForForum(Long forumId, int MaxNumber);
Visual Basic
Public Function GetActiveTopicsForForum(ByVal forumId As Long, ByVal MaxNumber As Integer) As DiscussionTopic()
Parameters 
Description 
forumId 
The numeric ID value of the forum. 
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!