Click or drag to resize
ISystemIndexSearchService Interface
Provides interface for service that allows searching in system search indexes.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public interface ISystemIndexSearchService

The ISystemIndexSearchService type exposes the following members.

Methods
  NameDescription
Public methodSearchTModel
Searches system index based on specified parameters and returns results with desired model.
Top
See Also