PRJ_UPDATE_TYPES Enumeration |
Namespace:
ShellBoost.Core.ProjFS
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum PRJ_UPDATE_TYPES
Members
| Member name | Value | Description |
---|
| PRJ_UPDATE_NONE | 0 |
Allow update only if the item is a placeholder (whether hydrated or not).
|
| PRJ_UPDATE_ALLOW_DIRTY_METADATA | 1 |
Allow update if the item is a placeholder or a dirty placeholder.
|
| PRJ_UPDATE_ALLOW_DIRTY_DATA | 2 |
Allow update if the item is a placeholder or if it is a full file.
|
| PRJ_UPDATE_ALLOW_TOMBSTONE | 4 |
Allow update if the item is a placeholder or if it is a tombstone.
|
| PRJ_UPDATE_ALLOW_READ_ONLY | 32 |
Allow update regardless of whether the DOS read-only bit is set on the item.
|
See Also