An NDoc Documented Class Library

FTPDirectoryListEventArgs Properties

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

Public Instance Properties

ConnectionInstanceNumber (inherited from FTPEventArgs) Identifies the pooled connection on which the task is running.
DirectoryObsolete. Path of directory on server being listed.
DirectoryName Name of directory on server being listed.
DirectoryPath Path of directory on server being listed.
Exception The exception thrown if a transfer failed.
FileInfos Details of files in the directory.
IsGuiThread (inherited from FTPEventArgs) Indicates whether or not the event-handler has been invoked on the GUI thread.
Succeeded Indicates whether or not the transfer succeeded.
TaskID (inherited from FTPEventArgs) Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only).

See Also

FTPDirectoryListEventArgs Class | EnterpriseDT.Net.Ftp Namespace