| MacroResolverAddAnonymousSourceData Method  | 
            Adds new anonymous data source of general type to the resolver.
            
 
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 11.0.0
Syntaxpublic void AddAnonymousSourceData(
	params Object[] data
)
Parameters
- data
 - Type: SystemObject
Data to register to the resolver 
See Also