MacroResolverSetAnonymousSourceData Method |
Sets specified data source (without name) of general type to the resolver. Replaces all the existing anonymous sources.
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public void SetAnonymousSourceData(
params Object[] data
)
Parameters
- data
- Type: SystemObject
Data to register to the resolver
See Also