Click or drag to resize

WebFileCacheGetDownloadedFileInfo Method

Gets the downloaded file information.

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

Parameters

url
Type: SystemString
The URL.

Return Value

Type: WebFileCacheInfo
WebFileCacheInfo.
Exceptions
ExceptionCondition
ArgumentNullExceptionurl is null.
See Also