ContentStudio.Site.ActiveScripting.Search Namespace Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This namespace contains the code behind implementation for all the full-text search aware Content Studio components.
Classes

  Class Description
Public class SearchForm
Write as search form to the supplied stream or to the default response stream. The code is included in a FORM element and contains a text box and a submit button. This class should be used to submit data to a page that contains a component such as Search result for categories that can perform the search and display the result. The SearchForm class is the engine of the Search Form AS component.
Public class SearchResultForCategories
Performs a full text index search on a Content Studio site, and writes it to the supplied stream or the default response stream. The SearchResultForCategories is the engine of the Search result for categories AS component.
Enumerations

  Enumeration Description
Public enumeration SearchResultForCategoriesPostModes
Indicate how the component should handle posted pages.
Public enumeration SearchResultForCategoriesRangePositions
Defines where the page range should be placed in relation to the generated table.