Click or drag to resize
NotificationGatewayInfoProviderClear Method

Note: This API is now obsolete.

Clears the hashtables.

Namespace: CMS.Notifications.Web.UI
Assembly: CMS.Notifications.Web.UI (in CMS.Notifications.Web.UI.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use method AbtractProvider.ClearHashtables(string, bool) instead.")]
public static void Clear(
	bool logTasks
)

Parameters

logTasks
Type: SystemBoolean
If true, the clear tasks are logged
See Also