Click or drag to resize

SyncEntryAttributes Enumeration

Defines attributes for a synchronizable entry.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum SyncEntryAttributes
Members
  Member nameValueDescription
None0 No attributes.
Directory1 The entry is a directory or folder, or can contain children entries.
Hidden2 The entry is hidden.
See Also