Click or drag to resize

OnDemandLocalFileSystemNotifyDehydrateOnDemandEntry Method

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

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

Parameters

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

Return Value

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