Click or drag to resize
SearchHelperGetBinaryDataSearchContent Method
Extracts the search information from the info. Returns null by default. Should be overridden by specific info.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
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: XmlData
See Also