ProviderHelperLoadHashTables Method |
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: 13.0.131
Syntax public static LoadHashtableEnum LoadHashTables(
string objectType,
LoadHashtableEnum defaultValue
)
Parameters
- objectType
- Type: SystemString
Object type - defaultValue
- Type: CMS.DataEngineLoadHashtableEnum
Default value in case the key is not present in the web.config file
Return Value
Type:
LoadHashtableEnumSee Also