Click or drag to resize
MacroResolver.GetPrioritizedDataNames 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: 12.0.0
Syntax
C#
public HashSet<string> GetPrioritizedDataNames()

Return Value

Type: HashSet<String>
See Also