Click or drag to resize
MacroResolvermParentResolver Field
Parent resolver is used to look for the data if it's not explicitly defined in current resolver All the data available in the parent are available also in children (could be overriden, though)

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
protected MacroResolver mParentResolver

Field Value

Type: MacroResolver
See Also