ObjectTypeInfoOnGetContentEventHandler Delegate |
Fires when search content is requested. You can modify content value which is saved to the search index.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public delegate string OnGetContentEventHandler(
Object obj,
string content
)
Parameters
- obj
- Type: SystemObject
Currently indexed object - content
- Type: SystemString
Current content value
Return Value
Type:
StringSee Also