Click or drag to resize
CopyMoveResult Properties

The CopyMoveResult type exposes the following members.

Properties
  NameDescription
Public propertyDestination
Indicates the destination file or directory.
Public propertyErrorCode
The error code encountered during the Copy or Move action.
Public propertyErrorMessage
The error message from the ErrorCode that was encountered during the Copy or Move action.
Public propertyIsCanceled
Indicates if the Copy or Move action was canceled.
Public propertyIsDirectory
Gets a value indicating whether this instance represents a directory.
Public propertyIsMove
Indicates if the action is a Copy or Move action.
Public propertySource
Indicates the source file or directory.
Top
See Also