You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Search Namespace > Classes > SearchManager Class > SearchManager Methods > Search Method > Search
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
SearchManager.Search Method (String, HttpContext, Integer, DataTable, DataTable)

Search the site for occurrence(s) of search text. 

This function has an additional overload.

C#
public SearchResponseData[] Search(String searchText, HttpContext context, ref int resultCount, ref DataTable suggestedResultTable, ref DataTable privateResultTable);
Visual Basic
Public Function Search(ByVal searchText As String, ByVal context As HttpContext, ByRef resultCount As Integer, ByRef suggestedResultTable As DataTable, ByRef privateResultTable As DataTable) As SearchResponseData()
Parameters 
Description 
searchText 
The text for which you are searching. 
context 
The current Http request. 
resultCount 
Number of records returned. 
suggestedResultTable 
Datatable passed by reference in which suggested results are returned. 
privateResultTable 
Datatable passed by reference in which private results are returned. 

Array of SearchResponseData - content satisfying search criteria

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!