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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- objectType
- Type: System 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: LoadHashtableEnumSee Also