Click or drag to resize
ProviderHelperUseHashtable Method
Returns true if the hashtable for the specified object type should be used. Reflects the AppSettings key "CMSUseHashtable" + objectType.Replace(".", "") + tableName, e.g. CMSUseHashtableCMSUserID.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static bool UseHashtable(
	string objectType,
	string tableName,
	bool defaultValue
)

Parameters

objectType
Type: SystemString
Object type
tableName
Type: SystemString
Table name
defaultValue
Type: SystemBoolean
Default value

Return Value

Type: Boolean
See Also