Click or drag to resize
CustomMacroContainer Constructor
Creates new instance of CustomMacroObject.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax
C#
public CustomMacroContainer(
	MacroResolver resolver
)

Parameters

resolver
Type: CMS.MacroEngineMacroResolver
ContextResolver object to use to resolve macros
See Also