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

Method returns a list of replies for a given forum ID.

  • ArrayList Structure ArrayListItem(j)(0)
  • content_id ArrayListItem(j)(1)
  • comment_total ArrayListItem(j)(2)
  • comment_sum ArrayListItem(j)(3)
  • last_posted ArrayListItem(j)(4)
  • content_language

C#
public ArrayList GetRepliesForTopics(Long ForumID);
Visual Basic
Public Function GetRepliesForTopics(ByVal ForumID As Long) As ArrayList
Parameters 
Description 
ForumID 
Numeric value of the forum ID. 

An instance of type ArrayList.

This is an older method and is deprecated. The information returned herein was merged into the higher performance GetForum(int forumID) method, and that should be used instead.

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!