WebFileCacheDelete Method |
Deletes the cache entry corresponding to the specified url.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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