Click or drag to resize
PageTemplateInfoProviderClear Method

Note: This API is now obsolete.

Clears the hashtables.

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.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
Indicates if the web farm tasks should be logged
See Also