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