Click or drag to resize
MacroResolverStorageRegisterResolver Method
Registers the macro resolver

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public static void RegisterResolver(
	string name,
	Func<MacroResolver> lambda
)

Parameters

name
Type: SystemString
Resolver name
lambda
Type: SystemFuncMacroResolver
Lambda expression to initialize the resolver
See Also