SearchHelperGetBinaryDataSearchContent Method |
Extracts the search information from the info. Returns null by default. Should be overriden by specific info.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
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 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:
XmlDataSee Also