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

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public override DataClassInfo GetDataClassInfo(
	ISearchDocument obj
)

Parameters

obj
Type: CMS.DataEngineISearchDocument
Document object

Return Value

Type: DataClassInfo
See Also