SearchHelperGetBinaryDataSearchContent Method |
Extracts content from binary data of the given info.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax public static XmlData GetBinaryDataSearchContent(
BaseInfo info,
ExtractionContext context,
out bool cachedValueUsed
)
Parameters
- info
- Type: CMS.DataEngineBaseInfo
Object to extract search content from. - context
- Type: CMS.SearchExtractionContext
Extraction context passed to the extractor. - cachedValueUsed
- Type: SystemBoolean
Indicates whether the cached value was used.
Return Value
Type:
XmlDataRemarks
Search content value is obtained from the field defined by
SearchContentColumn of the given
info.
If no content is in this field, the method extracts search content from binary data
provided by
GetBinaryData"/> method of the
info.
The method can return
null value in case file type of binary data (recognized based on
ExtensionColumn)
is not allowed for indexing on the site.
See Also