Click or drag to resize
MacroResolverRegisterObjectValueByIndexHandler Method
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.2.23
Syntax
C#
public static void RegisterObjectValueByIndexHandler(
	params MacroResolverGetObjectValueByIndexHandler[] handlers
)

Parameters

handlers
Type: CMS.MacroEngineMacroResolverGetObjectValueByIndexHandler
Handler(s) to attach
See Also