Click or drag to resize

SyncEntryAttributes Enumeration

Defines attributes for a synchronizable entry.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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