The properties of the FTPDirectoryListEventArgs class are listed below. For a complete list of FTPDirectoryListEventArgs class members, see the FTPDirectoryListEventArgs Members topic.
ConnectionInstanceNumber (inherited from FTPEventArgs) | Identifies the pooled connection on which the task is running. |
Directory | Obsolete. Path of directory on server being listed. |
DirectoryName | Name of directory on server being listed. |
DirectoryPath | Path of directory on server being listed. |
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. |
TaskID (inherited from FTPEventArgs) | Identifies the asynchronous operation within which the event was triggered (applies to asynchronous methods only). |
FTPDirectoryListEventArgs Class | EnterpriseDT.Net.Ftp Namespace