Click or drag to resize

LocalFileSystemOptions Class

Defines options for the LocalFileSystem type.
Inheritance Hierarchy

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class LocalFileSystemOptions

The LocalFileSystemOptions type exposes the following members.

Constructors
  NameDescription
Public methodLocalFileSystemOptions
Initializes a new instance of the LocalFileSystemOptions class.
Top
Properties
  NameDescription
Public propertyEventsWatcherBufferSize
Gets or sets the size of the File System Watcher's buffer.
Public propertyFilterBySyncEntryAttributes
Gets or sets a value indicating whether to filter events by SyncEntryAttributes.
Public propertyNotifyShell
Gets or sets a value indicating whether to notify the Shell of events.
Public propertySelfEventsFilterMaximumDuration
Gets or sets the maximum duration of the self events filter.
Public propertyTempDirectoryPath
Gets or sets the temporary directory path.
Top
See Also