You are here: Ektron Namespace > Web Services API > Ektron.Services 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
 

This method can be accessed through the ThreadedDiscussion.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Content/ThreadedDiscussion.asmx
C#
[SoapHeader("AuthHeader")]
[SoapHeader("RequestInfoHeader")]
[WebMethod(MessageName = "GetRepliesForTopics", Description = "")]
public ArrayList GetRepliesForTopics(long ForumID);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetRepliesForTopics", Description = "")>
Public Function GetRepliesForTopics(ForumID As long) As ArrayList
Parameters 
Description 
ForumID 
The 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!