Click or drag to resize

EndPointSynchronizerAddFileSystemEvent Method

Adds a file system event manually.

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

Parameters

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