Click or drag to resize

OnDemandLocalFileSystem.NotifyDeleteOnDemandEntry Method

Called by the file system when an On-Demand file is being deleted.

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

Parameters

callbackContext
Type: callback.ShellBoost.Core.Synchronization.OnDemandCallbackContext
The callback context.
localRelativePath
Type: System.String
The local relative path.
flags
Type: callback.ShellBoost.Core.Synchronization.OnDemandDeleteFlags
The flags.

Return Value

Type: Int32
0 if operation was successful; otherwise an error code.
See Also