Class ResolverDefinition
- Namespace
- CMS.MacroEngine
- Assembly
- CMS.MacroEngine.dll
Base class for module resolver definitions.
public class ResolverDefinition
- Inheritance
-
objectResolverDefinition
- Extension Methods
Methods
RegisterStringValues(MacroResolver, IEnumerable<string>)
Registers string values in the resolver (adds them to values which are already registered). Use this only for resolvers for visual components (the values of the properties will be empty strings).
protected static void RegisterStringValues(MacroResolver resolver, IEnumerable<string> names)
Parameters
resolver
MacroResolverResolver object
names
IEnumerable<string>Names of the macros - values will be accessible by this names in the resolver