OnDemandLocalFileSystemHandleHydrationError Method |
Handles hydration error.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
Booleantrue if error was handled; false otherwise.
See Also