Click or drag to resize
DebugHelperResetDebugSettings Method
Sets all the debug settings to null and causes them to be reloaded. This method is synchronized through all web farm servers.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static void ResetDebugSettings(
	bool createWebFarmTask = true
)

Parameters

createWebFarmTask (Optional)
Type: SystemBoolean
If true, reset is synchronized to all web farm servers
See Also