Click or drag to resize
DeviceProfileLayoutInfoProviderClear Method

Note: This API is now obsolete.

Clears provider's cache.

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 whether web farm tasks will be created.
See Also