Click or drag to resize

OnDemandCloseCompletionFlags Enumeration

Flags set by the NotifyFileCloseCompletion method.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
[FlagsAttribute]
public enum OnDemandCloseCompletionFlags
Members
  Member nameValueDescription
None0 No flags.
Deleted1 Set if a placeholder is deleted as a result of the close.
See Also