Click or drag to resize
PathMacroContainer Constructor
Creates new instance of PathMacroContainer.

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

Parameters

resolver
Type: CMS.MacroEngineMacroResolver
Resolver to resolve path macros
See Also