Click or drag to resize
MacroResolverSetNamedSourceData Method (Hashtable)
Sets hashtable data source to the resolver. Keys of the table are considered names of the data.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 10.0.0
Syntax
C#
public void SetNamedSourceData(
	params Hashtable[] data
)

Parameters

data
Type: System.CollectionsHashtable
Data to register to the resolver
See Also