MacroResolverSetNamedSourceData Method (IDictionaryString, Object, Boolean) |
Sets given name-value pairs to the resolver.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntax public void SetNamedSourceData(
IDictionary<string, Object> data,
bool isPrioritized = true
)
Parameters
- data
- Type: System.Collections.GenericIDictionaryString, Object
Data to register to the resolver - isPrioritized (Optional)
- Type: SystemBoolean
If true, this item will appear at the top of AutoCompletion and ObjectTree
See Also