Click or drag to resize
ISearchTextExtractor Interface
Provides base class for text extractors from binary files.

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

The ISearchTextExtractor type exposes the following members.

Methods
  NameDescription
Public methodExtractContent
Extracts content from given data.
Top
See Also