Click or drag to resize
AbstractProviderDictionaryDictionaries Property
Hashtable of all dictionaries.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static StringSafeDictionary<AbstractProviderDictionary> Dictionaries { get; }

Property Value

Type: StringSafeDictionaryAbstractProviderDictionary
Remarks
For thread-safe access please use SyncRoot. Access without synchronization can violate thread-safety of all other calls.
See Also