Click or drag to resize

OnDemandLocalFileSystemIsHydrating Method

Determines whether the specified local relative path is currently hydrating.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public bool IsHydrating(
	string localRelativePath,
	out OnDemandCallbackContext context
)

Parameters

localRelativePath
Type: SystemString
The local relative directory path.
context
Type: callback.ShellBoost.Core.SynchronizationOnDemandCallbackContext
The callback context.

Return Value

Type: Boolean
true if the specified local relative path is hydrating; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalRelativePath
ArgumentExceptionnull - localRelativePath
ArgumentNullExceptionlocalRelativePath is null.
ArgumentExceptionlocalRelativePath is a rooted path.
See Also