Click or drag to resize
MacroResolverSetAnonymousSourceData Method
Sets (replaces all existing anonymous sources) specified data source (without name) of general type to the resolver.

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

Parameters

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