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

Method to get a discussion board by path. Returns a DiscussionBoard class for a given path. See DiscussionBoard class for more information on the properties of the returned object. 

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 = "GetDiscussionBoard By Board Path", Description = "")]
public DiscussionBoard GetDiscussionBoard(string boardpath);
Visual Basic
<SoapHeader("AuthHeader")>
<SoapHeader("RequestInfoHeader")>
<WebMethod(MessageName = "GetDiscussionBoard By Board Path", Description = "")>
Public Function GetDiscussionBoard(boardpath As string) As DiscussionBoard
Parameters 
Description 
boardpath 
String value of the board path. Ex: \Ektron\CMS400.NET. 

Returns a class of type DiscussionBoard.

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!