| ResolverDefinitionRegisterStringValues Method |
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).
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 13.0.131
Syntaxprotected 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