Click or drag to resize

WebFileCache Constructor

Initializes a new instance of the WebFileCache class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public WebFileCache(
	string directoryPath
)

Parameters

directoryPath
Type: SystemString
The cache directory path.
Exceptions
ExceptionCondition
ArgumentNullExceptiondirectoryPath is null.
See Also