SearchHelper GetBinaryDataSearchContent Method Kentico 8.0 API Reference
Extracts the search information from the info. Returns null by default. Should be overriden by specific info.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

info
Type: CMS.DataEngine BaseInfo
Object to extract search content from
context
Type: CMS.Search ExtractionContext
Extraction context passed to the extractor in case the value is not cached
cachedValueUsed
Type: OnlineSystem Boolean 
Indicates whether the cached value was used or the extractor has to be called

Return Value

Type: XmlData
See Also