Click or drag to resize

OnDemandOpenCompletionFlags Enumeration

Flags set by the NotifyFileOpenCompletion method.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
[FlagsAttribute]
public enum OnDemandOpenCompletionFlags
Members
  Member nameValueDescription
None0 No flags.
PlaceholderUnknown1 Set if the placeholder metadata is corrupted.
PlaceholderUnsupported2 Set if the placeholder metadata is not supported.
See Also