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

Method to obtain a particular Topic by ID. Returns a discussion board with a 1 length Discussion Forum array containing a 1 length DiscussionTopic array. If the topic does not exist, then a DiscussionBoard with a 1 length Forums property containing a zero length Topics property will be returned.

C#
public DiscussionBoard GetTopic(Long topicid);
Visual Basic
Public Function GetTopic(ByVal topicid As Long) As DiscussionBoard
Parameters 
Description 
topicid 
Numeric ID of the Topic. 

An instance 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!