Click or drag to resize

OnDemandRenameFlags Enumeration

Flags set by the NotifyRenameOnDemandEntry method.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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