ProviderHelper.LoadHashTables Method Kentico 8.1 API Reference
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.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

objectType
Type: OnlineSystem.String
Object type
defaultValue
Type: CMS.DataEngine.LoadHashtableEnum
Default value in case the key is not present in the web.config file

Return Value

Type: LoadHashtableEnum
See Also