Click or drag to resize
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.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 8.2.23
Syntax
C#
public HashSet<string> GetHiddenRegisteredDataNames()

Return Value

Type: HashSetString
See Also