Click or drag to resize

LocalFileSystemOptions Class

Defines options for the LocalFileSystem type.
Inheritance Hierarchy

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also