Click or drag to resize
MacroResolverSetNamedSourceData Method (IDictionaryString, Object, Boolean)
Sets given name-value pairs to the resolver.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
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