Click or drag to resize
AbstractProviderClearHashtables Method (String, Boolean)
Clears hashtables of the object passed.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static void ClearHashtables(
	string objectType,
	bool logTasks
)

Parameters

objectType
Type: SystemString
Type of the object
logTasks
Type: SystemBoolean
If true, web farm tasks are logged
See Also