Click or drag to resize

ISyncFileSystemWriteAsync Interface

Defines a file system that can be written with async interface.

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

The ISyncFileSystemWriteAsync 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.
(Inherited from ISyncFileSystem.)
Public propertyRootId
Gets the root identifier.
(Inherited from ISyncFileSystem.)
Top
Methods
  NameDescription
Public methodDeleteEntryAsync
Deletes an entry.
Public methodGetOrCreateEntryAsync
Gets or create the entry. This is currently only used to create a temporary entry for content moving. In the temporary case, the input entry has usually no Id property defined, but it's Name property should be set and globally unique.
Public methodHasCapability
Determines whether the specified capability is supported.
(Inherited from ISyncFileSystem.)
Public methodSetEntryContentAsync
Sets the entry content.
Public methodUpdateEntryAsync
Updates an entry. The operation could also correspond to a renaming or a moving of an entry.
Top
See Also