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 [FlagsAttribute]
public enum OnDemandRenameFlags
Members
| Member name | Value | Description |
---|
| None | 0 |
No flags.
|
| IsDirectory | 1 |
Set if the placeholder is a directory.
|
| SourceInScope | 2 |
Set if the link to be renamed or moved is within a sync root managed by the sync process.
|
| TargetInScope | 4 |
Set if the rename or move target is in the same sync root of the source path.
|
See Also