Click or drag to resize

WebFileCacheDelete Method

Deletes the cache entry corresponding to the specified url.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool Delete(
	string url
)

Parameters

url
Type: SystemString
The url.

Return Value

Type: Boolean
true if a cache entry was found, false otherwise.
See Also