MacroResolverSetHiddenNamedSourceData Method (String, Object) |
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: 11.0.0
Syntax public void SetHiddenNamedSourceData(
string selector,
Object data
)
Parameters
- selector
- Type: SystemString
Data selector - data
- Type: SystemObject
Data
See Also