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

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

C#
public UserData[] GetActiveUsers(Long boardId, int MaxNumber, TimeSpan timeSpan);
Visual Basic
Public Function GetActiveUsers(ByVal boardId As Long, ByVal MaxNumber As Integer, ByVal timeSpan As TimeSpan) As UserData()
Parameters 
Description 
boardId 
The numeric value 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!