You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Search Namespace > Classes > SearchManager Class
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
SearchManager Class

The Search Developer API enables searching a CMS400.NET website programmatically based on custom criteria. The Demo Developers Site, if you chose to install it, has excellent examples of programmatically using the SearchManager. It is installed at http://~YourSite~/CMS400Developer/Developer/Websearch/WebsearchApi.aspx. Examples are in VB and C#. 

Here is a list of some of the examples.

  • Retrieve a document or HTML content that contains the word cms.
  • Retrieve content that contains research and has a searchable metadata wellness set to Cancer.
  • Retrieve images that contain RotatingGraphic1 in their title.
  • Retrieve geo-content from CMS400.Net.

C#
public class SearchManager : Ektron.Cms.API.Common;
Visual Basic
Public Class SearchManager
Inherits Ektron.Cms.API.Common

SearchManager.vb

Name 
Description 
The methods of the SearchManager class are listed here. 
 
Name 
Description 
 
This is the overview for the Execute method overload. 
 
This is the overview for the Search method overload. 
 
This is the overview for the SearchForCategories method overload. 
 
This is the overview for the SearchTable method overload. 
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!