Click or drag to resize

ISyncFileSystem Interface

Defines a file system that can participate in multi-point synchronization.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public interface ISyncFileSystem

The ISyncFileSystem type exposes the following members.

Properties
  NameDescription
Public propertyEndPointSynchronizer
Gets or sets the end point synchronizer. The setter is reserved and should not be used.
Public propertyRootId
Gets the root identifier.
Top
Methods
  NameDescription
Public methodHasCapability
Determines whether the specified capability is supported.
Top
See Also