MacroResolver.SetNamedSourceData Method (Object[,], Boolean) |
Note: This API is now obsolete.
Sets given name-value pairs to the resolver.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax[ObsoleteAttribute("Use SetNamedSourceData(IDictionary<string, object>, bool) instead.")]
public void SetNamedSourceData(
Object[,] data,
bool isPrioritized = false
)
Parameters
- data
- Type:System.Object[,]
Data to register to the resolver - isPrioritized (Optional)
- Type: System.Boolean
If true, this item will appear at the top of AutoCompletion and ObjectTree
See Also