Click or drag to resize
MacroResolverSetHiddenNamedSourceData Method (String, Object)
Registers the named source data with late binding. Callback is called whenever the value is needed by MacroResolver.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public void SetHiddenNamedSourceData(
	string selector,
	Object data
)

Parameters

selector
Type: SystemString
Data selector
data
Type: SystemObject
Data
See Also