Click or drag to resize

OnDemandLocalFileSystemUpdateFileSystemEntry Method

Called after a sync state entry has been updated.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
protected override void UpdateFileSystemEntry(
	SyncContext context,
	StateSyncEntry entry,
	FileSystemEntry fileSystemEntry,
	SyncUpdateEntryOptions 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.SynchronizationSyncUpdateEntryOptions
The options.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontext is null or entry is null or fileSystemEntry is null.
See Also