ISyncFileSystemWrite Interface |
Namespace: ShellBoost.Core.Synchronization
public interface ISyncFileSystemWrite : ISyncFileSystem
The ISyncFileSystemWrite type exposes the following members.
Name | Description | |
---|---|---|
![]() | EndPointSynchronizer |
Gets or sets the end point synchronizer. The setter is reserved and should not be used.
(Inherited from ISyncFileSystem.) |
![]() | RootId |
Gets the root identifier.
(Inherited from ISyncFileSystem.) |
Name | Description | |
---|---|---|
![]() | DeleteEntry |
Deletes an entry.
|
![]() | GetOrCreateEntry |
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.
|
![]() | HasCapability |
Determines whether the specified capability is supported.
(Inherited from ISyncFileSystem.) |
![]() | SetEntryContentAsync |
Sets the entry content.
|
![]() | UpdateEntry |
Updates an entry. The operation could also correspond to a renaming or a moving of an entry.
|