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