CopyMoveResultIsEmulatedMove Property |
Indicates the Move action used a fallback of Copy + Delete actions.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public bool IsEmulatedMove { get; }
Public ReadOnly Property IsEmulatedMove As Boolean
Get
public:
property bool IsEmulatedMove {
bool get ();
}
member IsEmulatedMove : bool with get
Property Value
Type:
BooleanSee Also