Click or drag to resize
MacroResolverCreateChild Method
Creates new instance of MacroResolver as a child resolver that loads the data from the parent resolver by default.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public virtual MacroResolver CreateChild()

Return Value

Type: MacroResolver
Remarks
Settings are cloned from parent resolver.
See Also