Click or drag to resize

ISyncFileSystemSynchronizationState Interface

Defines a file system that can determine synchronization state.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public interface ISyncFileSystemSynchronizationState

The ISyncFileSystemSynchronizationState type exposes the following members.

Methods
  NameDescription
Public methodIsSynchronized
Determines whether the specified local relative path is synchronized, ie: its metadata and content moved or copied to the file system implementation.
Top
See Also