Click or drag to resize

EndPointSynchronizerIsSynchronized Method

Determines whether the specified local relative path is synchronized, ie: its metadata and content moved or copied to the associated file system implementation.

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

Parameters

localRelativePath
Type: SystemString
The local relative path.

Return Value

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