Click or drag to resize

OnDemandProtectionMode Enumeration

Specifies the type of data contained in the sync root.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum OnDemandProtectionMode
Members
  Member nameValueDescription
Unknown0 The sync root can contain any type of file.
Personal1 The sync root should only contain personal files, not encrypted or business related files.
See Also