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.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static void ResetDebugSettings(
bool createWebFarmTask = true
)
Parameters
- createWebFarmTask (Optional)
- Type: SystemBoolean
If true, reset is synchronized to all web farm servers
See Also