Click or drag to resize
SearchTextExtractorManagerRegisterExtractor Method
Registers the given extractor.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 10.0.0
Syntax
C#
public static void RegisterExtractor(
	string extension,
	ISearchTextExtractor extractor
)

Parameters

extension
Type: SystemString
Extension for which this extractor should be used (you can use either ".ext" or "ext" format)
extractor
Type: CMS.SearchISearchTextExtractor
Extractor to be used
See Also