MacroResolver GetInstance Method Kentico 8.0 API Reference
Returns new instance of MacroResolver (first calls the OnGetInstance handler, if no handler is attached, new instance is created via protected constructor).

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

Parameters

inheritFromGlobalResolver (Optional)
Type: OnlineSystem Boolean
If true, the resolver will be a child of the GlobalResolver (recommended if you need full feature resolver)

Return Value

Type: MacroResolver
See Also