Click or drag to resize

WebFileCacheDownload Method (String, WebFileCacheRequestOptions)

Downloads the specified url.

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

Parameters

url
Type: SystemString
The url.
options (Optional)
Type: callback.ShellBoost.Core.UtilitiesWebFileCacheRequestOptions
The options.

Return Value

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