Click or drag to resize

ISyncFileSystemSynchronizationState Interface

Defines a file system that can determine synchronization state.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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