| SearchHelperGetBinaryDataSearchContent Method  | 
            Extracts the search information from the info. Returns null by default. Should be overridden by specific info.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxpublic 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 in case the value is not cached - cachedValueUsed
 - Type: SystemBoolean
Indicates whether the cached value was used or the extractor has to be called 
Return Value
Type: 
XmlData
See Also