Click or drag to resize

LocalFileSystemIsSynchronized Method

Determines whether the specified local relative path is synchronized. This uses the state database and other endpoints information, not On-Demand file in-sync attributes.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual bool? IsSynchronized(
	string localRelativePath
)

Parameters

localRelativePath
Type: SystemString
The local relative path.

Return Value

Type: NullableBoolean
true if the specified local relative path is synchronized; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalRelativePath is null.
ArgumentExceptionlocalRelativePath is a rooted path.
See Also