Click or drag to resize

EndPointSynchronizerAddFileSystemEvent 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.SynchronizationSyncFileSystemEventArgs
The event data.
Exceptions
ExceptionCondition
ArgumentNullExceptioneventArgs is null.
See Also