MacroResolverSetNamedSourceData Method (Hashtable) |
Sets hashtable data source to the resolver. Keys of the table are considered names of the data.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax public void SetNamedSourceData(
params Hashtable[] data
)
Parameters
- data
- Type: System.CollectionsHashtable
Data to register to the resolver
See Also