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

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

C#
public DiscussionCategory[] GetBoardCategories(Long boardID);
Visual Basic
Public Function GetBoardCategories(ByVal boardID As Long) As DiscussionCategory()
Parameters 
Description 
boardID 
Numeric ID of the discussion board. 

Returns an array of type DiscussionCategory.

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!