MacroResolver RegisterObjectValueByIndexHandler Method Kentico 8.1 API Reference
Registers GetObjectValueByName handler(s) to extend possibilities of MacroEngine to dig values from particular object types. These handlers are internally used when a property is requested out of a given object. First the default object types are checked, then all the handlers (the order of the handler evaluation is not guaranteed).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

handlers
Type:  CMS.MacroEngine MacroResolver GetObjectValueByIndexHandler 
Handler(s) to attach
See Also