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

Method to get the rendered view of a discussion board by ID. Returns a string of the output based upon the input parameters. Display of the board can be controlled by using cascading style sheets (CSS).

C#
public String GetDiscussionBoardString(Long boardID, String URLpath, System.Web.UI.Page page);
Visual Basic
Public Function GetDiscussionBoardString(ByVal boardID As Long, ByVal URLpath As String, ByVal page As System.Web.UI.Page) As String
Parameters 
Description 
boardID 
Numeric ID of the board. 
URLpath 
String value of the URL path used. This is generally the Server Variable "URL". Ex: "/forum.aspx". 

Returns a string of the rendered Discussion Board, suitable for the server control or a Web service.

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!