Click or drag to resize
SearchTextExtractorManagerGetExtractor Method
Returns an extractor to use for specified extension.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static ISearchTextExtractor GetExtractor(
	string extension
)

Parameters

extension
Type: SystemString
Extension of the file to the extractor (you can use either ".ext" or "ext" format)

Return Value

Type: ISearchTextExtractor
See Also