Click or drag to resize

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
C#
public enum SyncFileSystemCapability
Members
  Member nameValueDescription
AllChildrenEnumeration0 The file system can enumerate children in a recursive way.
GetPartialContent1 The file system supports getting partial content.
SetPartialContent2 The file system supports setting partial content.
OnDemandContent3 The file system supports on-demand or placeholder content.
See Also