MacroResolverGetHiddenRegisteredDataNames Method |
Returns set of registered hidden named data sources (including all hidden named data sources registered in the parent(s) of the resolver, it's an union of keys through the whole hierarchy).
Includes only hidden sources (which are tracked only in DevelopmentMode)
Namespace: CMS.MacroEngineAssembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax public HashSet<string> GetHiddenRegisteredDataNames()
Return Value
Type:
HashSetStringSee Also