Click or drag to resize

EndPointSynchronizer.AddFileSystemEvent Method

Adds a file system event manually.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void AddFileSystemEvent(
	SyncFileSystemEventArgs eventArgs
)

Parameters

eventArgs
Type: callback.ShellBoost.Core.Synchronization.SyncFileSystemEventArgs
The event data.
Exceptions
ExceptionCondition
ArgumentNullExceptioneventArgs is null.
See Also