Click or drag to resize
SearchIndexInfoProviderRemoveFromIndexSiteCache Method
Removes key from cached site indexes.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static void RemoveFromIndexSiteCache(
	string key,
	bool logWebFarmTask
)

Parameters

key
Type: SystemString
Cache key to be removed (site id)
logWebFarmTask
Type: SystemBoolean
Indicates whether webfarm task should be created
See Also