Click or drag to resize
ISearchableGetSearchDocument Method
Returns iDocument with dependence on current object type and index.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
ISearchDocument GetSearchDocument(
	ISearchIndexInfo index
)

Parameters

index
Type: CMS.DataEngineISearchIndexInfo
Search index

Return Value

Type: ISearchDocument
Returns iDocument
See Also