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

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

Return Value

Type: HashSetString
See Also