SyncFileSystemCapability Enumeration |
Defines a list of optional capabilities for a file system.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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