Click or drag to resize

OnDemandLocalFileSystemHandleHydrationError Method

Handles hydration error.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual bool HandleHydrationError(
	string localRelativePath,
	int errorCode
)

Parameters

localRelativePath
Type: SystemString
The local relative path.
errorCode
Type: SystemInt32
The error code.

Return Value

Type: Boolean
true if error was handled; false otherwise.
See Also