Click or drag to resize
ProviderHelper Class
Helper methods for info providers
Inheritance Hierarchy
SystemObject
  CMS.DataEngineProviderHelper

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static class ProviderHelper

The ProviderHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLoadHashTables
Returns true if the hashtables for specified object type should be loaded with the data. Reflects the AppSettings key "CMSLoadHashtables" + objectType.Replace(".", ""), e.g. CMSLoadHashtablesCMSUser.
Public methodStatic memberLoadTables(IProviderDictionary)
Returns true if the given dictionaries should be loaded.
Public methodStatic memberLoadTables(ProviderDictionaryCollection)
Returns true if the given dictionary collection should be loaded.
Top
See Also