Click or drag to resize
ResolverDefinitionRegisterStringValues Method
Reigsters 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).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
protected static void RegisterStringValues(
	MacroResolver resolver,
	IEnumerable<string> names
)

Parameters

resolver
Type: CMS.MacroEngineMacroResolver
Resolver object
names
Type: System.Collections.GenericIEnumerableString
Names of the macros - values will be accessible by this names in the resolver
See Also