Click or drag to resize

WebFileCacheGetDownloadedFileInfo Method

Gets the downloaded file information.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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