Click or drag to resize

OnDemandLocalFileSystem Constructor

Initializes a new instance of the OnDemandLocalFileSystem class.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public OnDemandLocalFileSystem(
	string directoryPath,
	OnDemandLocalFileSystemOptions options = null
)

Parameters

directoryPath
Type: SystemString
The directory path.
options (Optional)
Type: callback.ShellBoost.Core.SynchronizationOnDemandLocalFileSystemOptions
The options.
See Also