Click or drag to resize

LocalFileSystemDeleteFileSystemEntry Method

Deletes a file system entry.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected virtual void DeleteFileSystemEntry(
	SyncContext context,
	StateSyncEntry entry,
	FileSystemEntry fileSystemEntry,
	SyncDeleteEntryOptions options = null
)

Parameters

context
Type: ShellBoost.Core.SynchronizationSyncContext
A sync context.
entry
Type: ShellBoost.Core.SynchronizationStateSyncEntry
The entry.
fileSystemEntry
Type: ShellBoost.Core.UtilitiesFileSystemEntry
The file system entry.
options (Optional)
Type: ShellBoost.Core.SynchronizationSyncDeleteEntryOptions
The options.
Exceptions
ExceptionCondition
ArgumentNullException context is null or entry is null or fileSystemEntry is null.
See Also