Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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: LoadHashtableEnum
See Also