Click or drag to resize

EndPointSynchronizerFileSystemWrite Property

Gets the writable file system instance.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public ISyncFileSystemWrite FileSystemWrite { get; }

Property Value

Type: ISyncFileSystemWrite
The writable file system instance or null if writing is not supported.
See Also