Click or drag to resize

OnDemandRenameFlags Enumeration

Flags set by the NotifyRenameOnDemandEntry method.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum OnDemandRenameFlags
Members
  Member nameValueDescription
None0 No flags.
IsDirectory1 Set if the placeholder is a directory.
SourceInScope2 Set if the link to be renamed or moved is within a sync root managed by the sync process.
TargetInScope4 Set if the rename or move target is in the same sync root of the source path.
See Also