You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > ThreadedDiscussion Class > ThreadedDiscussion Methods > GetBoardForums
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
ThreadedDiscussion.GetBoardForums Method

Method to get the Forums for a board by ID. Returns either zero length or populated array. See DiscussionForum class for more information. 

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 = "GetBoardForums", Description = "")]
public DiscussionForum[] GetBoardForums(long boardID);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetBoardForums", Description = "")>
Public Function GetBoardForums(boardID As long) As DiscussionForum()
Parameters 
Description 
boardID 
The numeric value of the board ID. 

Returns an array of type DiscussionForum.

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!