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

Method to obtain an array of topic replies matching search criteria. Returns an instance of EkTasks, which is effectively an array of EkTask objects. If no results are returned, then a zero length EkTasks will be returned.

C#
public EkTasks SearchReplies(Long ForumIDs, String SearchTerms, EkEnumeration.SearchTypes stType);
Visual Basic
Public Function SearchReplies(ByVal ForumIDs() As Long, ByVal SearchTerms() As String, ByVal stType As EkEnumeration.SearchTypes) As EkTasks
Parameters 
Description 
ForumIDs 
Numeric (Long) array of the Forum IDs you want to search. Use zero length array, or 0, to search all. 
SearchTerms 
String array of the search terms (case insensitive). 
stType 
EkEnumeration.SearchTypes enumeration value for the search type. 

An instance of type ekTasks (an array of Tasks).

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!