MacroResolverSetNamedSourceData Method (Object, Boolean) |
Sets given name-value pairs to the resolver.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public void SetNamedSourceData(
Object[,] data,
bool isPrioritized = false
)
Parameters
- data
- Type: SystemObject
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