Alvas.FileControls Class Library

FileOperation Properties

The properties of the FileOperation class are listed below. For a complete list of FileOperation class members, see the FileOperation Members topic.

Public Instance Properties

AnyOperationsAborted AnyOperationsAborted property that receives true if the user aborted any file operations before they were completed, or false otherwise.
Container (inherited from Component) Gets the IContainer that contains the Component.
Destination Destination property contains the name of the destination file or directory.
Flags Flags property that control the file operation.
Operation Operation property that indicates which operation to perform.
ProgressTitle ProgressTitle property to use as the title of a progress dialog box. This member is used only if Flags includes the SimpleProgress flag.
Site (inherited from Component) Gets or sets the ISite of the Component.
Source Source property specifies one or more source file names. These names must be fully qualified paths. Standard DOS wild cards, such as "*", are permitted in the file-name position.

See Also

FileOperation Class | Alvas.Windows.Forms.FileControls Namespace