Table of Contents

Class ResolverDefinition

Namespace
CMS.MacroEngine
Assembly
CMS.MacroEngine.dll

Base class for module resolver definitions.

public class ResolverDefinition
Inheritance
object
ResolverDefinition
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 MacroResolver

Resolver object

names IEnumerable<string>

Names of the macros - values will be accessible by this names in the resolver