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 public virtual bool Delete(
string url
)
Parameters
- url
- Type: SystemString
The url.
Return Value
Type:
Booleantrue if a cache entry was found,
false otherwise.
See Also