Click or drag to resize
ProviderHelperUseHashtableWeakReferences Method
Returns true if the hashtable for the specified object type should use weak references. Reflects the AppSettings key "CMSUseHashtableWeakReferences" + objectType.Replace(".", ""), e.g. CMSUseHashtableWeakReferencesCMSUser.

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

Parameters

objectType
Type: SystemString
Object type
defaultValue
Type: SystemBoolean
Default value

Return Value

Type: Boolean
See Also