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

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.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