Click or drag to resize

OnDemandLocalFileSystemNotifyRenameOnDemandEntry Method

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

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

Parameters

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

Return Value

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