Click or drag to resize
SearchIndexInfoProviderClear Method (Boolean)

Note: This API is now obsolete.

Clears hash tables.

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

Parameters

logWebFarm
Type: SystemBoolean
Enables or disables webfarm task logging, if false no task is logged
See Also