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

This API is used internally by the Ektron Windows Service to update catalogs when a taxonomy category is updated 

This ensures that subsequent searches function correctly.

C#
public DataSet SearchTable(SearchRequestData searchReqData, String searchParams, HttpContext context, ref int resultCount, ref DataTable suggestedResultTable, ref DataTable privateResultTable);
Visual Basic
Public Function SearchTable(ByVal searchReqData As SearchRequestData, ByVal searchParams As String, ByVal context As HttpContext, ByRef resultCount As Integer, ByRef suggestedResultTable As DataTable, ByRef privateResultTable As DataTable) As DataSet
Parameters 
Description 
searchReqData 
Search criteria bundled in a SearchRequestData object. 
searchParams 
Database columns to be included in search. 
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. 

DataSet with a single DataTable which contains content whose taxonomy was updated.

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!