Click or drag to resize
SearchHelperGetBinaryDataSearchContent Method
Extracts content from binary data of the given info.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
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.
cachedValueUsed
Type: SystemBoolean
Indicates whether the cached value was used.

Return Value

Type: XmlData
Remarks
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