SearchTextExtractorManagerGetExtractor Method |
Returns an extractor to use for specified extension.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax 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:
ISearchTextExtractorSee Also