Click or drag to resize

PRJ_UPDATE_TYPES Enumeration

Flags to specify whether updates will be allowed given the state of a file or directory on disk. Maps to Windows' PRJ_UPDATE_TYPES enumeration..

Namespace:  ShellBoost.Core.ProjFS
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
[FlagsAttribute]
public enum PRJ_UPDATE_TYPES
Members
  Member nameValueDescription
PRJ_UPDATE_NONE0 Allow update only if the item is a placeholder (whether hydrated or not).
PRJ_UPDATE_ALLOW_DIRTY_METADATA1 Allow update if the item is a placeholder or a dirty placeholder.
PRJ_UPDATE_ALLOW_DIRTY_DATA2 Allow update if the item is a placeholder or if it is a full file.
PRJ_UPDATE_ALLOW_TOMBSTONE4 Allow update if the item is a placeholder or if it is a tombstone.
PRJ_UPDATE_ALLOW_READ_ONLY32 Allow update regardless of whether the DOS read-only bit is set on the item.
See Also