ResolverDefinition RegisterStringValues Method Kentico 8.1 API Reference
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.0.0.0 (8.1.5347.20411)

Parameters

resolver
Type: CMS.MacroEngine MacroResolver
Resolver object
names
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
Names of the macros - values will be accessible by this names in the resolver
See Also