OnDemandInSyncPolicy Enumeration |
Contains the file and directory attributes supported by the sync root to determine in-sync state.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum OnDemandInSyncPolicy
Members
| Member name | Value | Description |
---|
| None | 0 |
The default sync policy.
|
| FileCreationTime | 1 |
The file creation time.
|
| FileReadOnlyAttribute | 2 |
Read-only attribute of a file.
|
| FileHiddenAttribute | 4 |
Hidden attribute of a file.
|
| FileSystemAttribute | 8 |
System attribute of a file.
|
| DirectoryCreationTime | 16 |
The directory creation time.
|
| DirectoryReadOnlyAttribute | 32 |
Read-only attribute of a directory
|
| DirectoryHiddenAttribute | 64 |
Hidden attribute of a directory.
|
| DirectorySystemAttribute | 128 |
System attribute of a directory.
|
| FileLastWriteTime | 256 |
The last write time on a file.
|
| DirectoryLastWriteTime | 512 |
The last write time on a directory.
|
| FileAll | 5592335 |
All file attributes.
|
| DirectoryAll | 11184880 |
All directory attributes.
|
| TrackAll | 16777215 |
All attributes.
|
| PreserveInsyncForSyncEngine | -2147483648 |
In-sync policies are exempt from clearing.
|
See Also