Click or drag to resize

ISyncFileSystemEvents Interface

Defines a file system that can raise events.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public interface ISyncFileSystemEvents : ISyncFileSystem

The ISyncFileSystemEvents type exposes the following members.

Properties
  NameDescription
Public propertyEndPointSynchronizer
Gets or sets the end point synchronizer. The setter is reserved and should not be used.
(Inherited from ISyncFileSystem.)
Public propertyRootId
Gets the root identifier.
(Inherited from ISyncFileSystem.)
Top
Methods
  NameDescription
Public methodHasCapability
Determines whether the specified capability is supported.
(Inherited from ISyncFileSystem.)
Public methodStartEventMonitoring
Starts the events monitoring.
Public methodStopEventMonitoring
Stops the events monitoring.
Top
Events
  NameDescription
Public eventEvent
Occurs when a file system event occurs.
Top
See Also