Click or drag to resize
MacroResolverGetRegisteredDataNames Method
Returns set of registered named data sources (including all named data sources registered in the parent(s) of the resolver, it's an union of keys through the whole hierarchy). DOES NOT include prioritized keys (call GetPrioritizedDataNames to get those).

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public HashSet<string> GetRegisteredDataNames()

Return Value

Type: HashSetString
See Also