Click or drag to resize

OnDemandLocalFileSystem.NotifyDehydrateOnDemandEntry 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.Synchronization.OnDemandCallbackContext
The callback context.
localRelativePath
Type: System.String
The local relative path.
flags
Type: callback.ShellBoost.Core.Synchronization.OnDemandDehydrateFlags
The flags.
reason
Type: callback.ShellBoost.Core.Synchronization.OnDemandDehydrationReason
The reason.

Return Value

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