Click or drag to resize
ObjectTypeInfoOnGetContentEventHandler Delegate
Fires when search content is requested. You can modify content value which is saved to the search index.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public delegate string OnGetContentEventHandler(
	Object obj,
	string content
)

Parameters

obj
Type: SystemObject
Currently indexed object
content
Type: SystemString
Current content value

Return Value

Type: String
See Also