Click or drag to resize

OnDemandLocalFileSystemNotifyDeleteOnDemandEntryCompletion Method

Called by the file system when a delete has completed.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual int NotifyDeleteOnDemandEntryCompletion(
	OnDemandCallbackContext callbackContext,
	string localRelativePath,
	OnDemandDeleteCompletionFlags flags
)

Parameters

callbackContext
Type: callback.ShellBoost.Core.SynchronizationOnDemandCallbackContext
The callback context.
localRelativePath
Type: SystemString
The local relative path.
flags
Type: callback.ShellBoost.Core.SynchronizationOnDemandDeleteCompletionFlags
The flags.

Return Value

Type: Int32
0 if operation was successful; otherwise an error code.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalRelativePath is null.
ArgumentExceptionlocalRelativePath is a rooted path.
See Also