Extracts text content from the given data using extractor registered for given extension.
Returns null if no extractor is found.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- extension
- Type: System String
Extension type of the data (you can use either ".ext" or "ext" format)
- data
- Type: CMS.Core BinaryData
Data to extract
- context
- Type: CMS.Search ExtractionContext
Extraction context
Return Value
Type: XmlDataSee Also