Click or drag to resize
MacroResolverAddAnonymousSourceData Method
Adds new anonymous data source of general type to the resolver.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public void AddAnonymousSourceData(
	params Object[] data
)

Parameters

data
Type: SystemObject
Data to register to the resolver
See Also