Registers the named source data with late binding. Callback is called whenever the value is needed by MacroResolver.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- selector
- Type: System String
Data selector
- callback
- Type: System Func EvaluationContext, Object
Callback function which is called to get the data
- isPrioritized (Optional)
- Type: System Boolean
If true, this item will appear at the top of AutoCompletion and ObjectTree
See Also