Click or drag to resize
ProviderDictionaryCollection Class
Collection of the provider dictionaries.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineProviderDictionaryCollection

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public class ProviderDictionaryCollection

The ProviderDictionaryCollection type exposes the following members.

Constructors
  NameDescription
Public methodProviderDictionaryCollection
Constructor.
Top
Properties
  NameDescription
Public propertyByCodeName
CodeName dictionary.
Public propertyByFullName
FullName dictionary.
Public propertyByGuid
Guid dictionary.
Public propertyByGuidAndSite
Guid and site dictionary.
Public propertyById
ID dictionary.
Public propertyName
Dictionary name.
Public propertyStringValues
String values dictionary.
Top
Methods
  NameDescription
Public methodClear
Clears all the items.
Public methodLoadAll
Ensures loading of all the items. Keeps the original loading type.
Public methodLoadDefaultItems
Loads the default items of the dictionaries.
Top
See Also