Click or drag to resize

WebFileCacheDownload Method (String, WebFileCacheRequestOptions, Boolean)

Downloads the specified url.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual string Download(
	string url,
	WebFileCacheRequestOptions options,
	out bool updated
)

Parameters

url
Type: SystemString
The url.
options
Type: callback.ShellBoost.Core.UtilitiesWebFileCacheRequestOptions
The options.
updated
Type: SystemBoolean
if set to true the file was actually downloaded.

Return Value

Type: String
The metadata file path.
Exceptions
ExceptionCondition
ArgumentNullExceptionurl is null.
See Also