Click or drag to resize
ISystemSearchIndexer Interface
System search indexer used to index objects belonging to system smart search indexes.

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

The ISystemSearchIndexer type exposes the following members.

Methods
  NameDescription
Public methodExecuteTask
Executes specified search task.
Public methodIsObjectTypeIndexed
Indicates if given object type is covered by the index.
Top
See Also