Click or drag to resize

OnDemandInSyncPolicy Enumeration

Contains the file and directory attributes supported by the sync root to determine in-sync state.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum OnDemandInSyncPolicy
Members
  Member nameValueDescription
None0 The default sync policy.
FileCreationTime1 The file creation time.
FileReadOnlyAttribute2 Read-only attribute of a file.
FileHiddenAttribute4 Hidden attribute of a file.
FileSystemAttribute8 System attribute of a file.
DirectoryCreationTime16 The directory creation time.
DirectoryReadOnlyAttribute32 Read-only attribute of a directory
DirectoryHiddenAttribute64 Hidden attribute of a directory.
DirectorySystemAttribute128 System attribute of a directory.
FileLastWriteTime256 The last write time on a file.
DirectoryLastWriteTime512 The last write time on a directory.
FileAll5592335 All file attributes.
DirectoryAll11184880 All directory attributes.
TrackAll16777215 All attributes.
PreserveInsyncForSyncEngine-2147483648 In-sync policies are exempt from clearing.
See Also