Click or drag to resize
SearchIndexerGetDataClassInfo Method
Returns the data class info for the given search document

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
public virtual DataClassInfo GetDataClassInfo(
	ISearchDocument obj
)

Parameters

obj
Type: CMS.DataEngineISearchDocument
Document object

Return Value

Type: DataClassInfo
See Also