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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public static bool UseHashtableWeakReferences(
string objectType,
bool defaultValue
)
Parameters
- objectType
- Type: SystemString
Object type - defaultValue
- Type: SystemBoolean
Default value
Return Value
Type:
BooleanSee Also