CopyMoveResultIsMove Property |
Indicates if the action is a Copy or Move action.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public bool IsMove { get; }
Public ReadOnly Property IsMove As Boolean
Get
public:
property bool IsMove {
bool get ();
}
member IsMove : bool with get
Property Value
Type:
Boolean when action is Move. Otherwise
.
See Also