SyncFileSystemCapability Enumeration |
Defines a list of optional capabilities for a file system.
Namespace:
callback.ShellBoost.Core.Synchronization
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public enum SyncFileSystemCapability
Members
| Member name | Value | Description |
---|
| AllChildrenEnumeration | 0 |
The file system can enumerate children in a recursive way.
|
| GetPartialContent | 1 |
The file system supports getting partial content.
|
| SetPartialContent | 2 |
The file system supports setting partial content.
|
| OnDemandContent | 3 |
The file system supports on-demand or placeholder content.
|
See Also