ISyncFileSystemRead Interface |
Namespace: ShellBoost.Core.Synchronization
public interface ISyncFileSystemRead : ISyncFileSystem
The ISyncFileSystemRead 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 | |
---|---|---|
EnumerateEntries |
Enumerates the child entries of a parent entry.
If the file system implementation does not support the AllChildrenEnumeration capability, the synchronizer will always use a null options, or an options with the Level property set to Children.
If the file system implementation supports the AllChildrenEnumeration capability, the synchronizer will always use a non-root Parent Id with a null options, or a root Parent Id with an options with Level property set to AllChildren.
| |
GetEntryContentAsync |
Gets the entry content.
| |
HasCapability |
Determines whether the specified capability is supported.
(Inherited from ISyncFileSystem.) |