Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.FtpDLX
- Properties
- Authentication
- Blocking
- BufferSize
- Certificate
- Compression
- DirFormat
- DirItems
- Encryption
- Hostname
- KeepAlive
- LastError
- ListItem
- ListParams
- LocalPath
- Login
- MaxTransferRate
- Passive
- Password
- Port
- PreserveDates
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- PublicKeyOpenSSH
- PublicKeySSH
- RemotePath
- Resume
- SecureMethod
- SmartGet
- SmartPut
- State
- StrictHost
- Tag
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
- Methods
- Events
- Properties
- WeOnlyDo.Client.DirItemsCollection
- WeOnlyDo.Client.DirItem
- How to get support?
ListItemsEvent event
Fires when server returns information about file or directory.
Syntax
- C#
- VB.NET
delegate void ListItemsDelegate( object Sender, FtpListItemsArgs Args );
The ListItemsEvent(Args.FileInfo) syntax has these parts:
The ListItemsEvent(Args.FileInfo) syntax has these parts:
Args.FileInfo | String. Contains result of user's request. In ListDir method this property contains one or more full lines with raw directory list. |
Delegate Sub ListItemsDelegate(ByVal Sender As Object, ByVal Args As FtpListItemsArgs)
The ListItemsEvent(Args.FileInfo) syntax has these parts:
The ListItemsEvent(Args.FileInfo) syntax has these parts:
Args.FileInfo | String. Contains result of user's request. In ListDir method this property contains one or more full lines with raw directory list. |