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)

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);
Visual Basic
Public Function SearchTable(ByVal searchReqData As SearchRequestData, ByVal searchParams As String, ByVal context As HttpContext, ByRef resultCount As Integer) 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. 

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!