Click or drag to resize
SearchHelperAddObjectDataToDocument Method
Adds object data to iDocument, data for content field prepares and returns.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public static string AddObjectDataToDocument(
	ISearchIndexInfo index,
	SearchDocument doc,
	string classname,
	DataSet ds
)

Parameters

index
Type: CMS.DataEngineISearchIndexInfo
Index for which the content is to be collected.
doc
Type: CMS.DataEngineSearchDocument
Search document
classname
Type: SystemString
Class name
ds
Type: System.DataDataSet
Dataset with data

Return Value

Type: String
See Also