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