ProviderHelper Class |
Namespace: CMS.DataEngine
public static class ProviderHelper
The ProviderHelper type exposes the following members.
Name | Description | |
---|---|---|
LoadHashTables |
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.
| |
LoadTables(IProviderDictionary) |
Returns true if the given dictionaries should be loaded.
| |
LoadTables(ProviderDictionaryCollection) |
Returns true if the given dictionary collection should be loaded.
|