'Declaration Protected Overridable Sub OnParsingListingLine( _ ByVal item As FtpItemInfo, _ ByVal line As String, _ ByRef valid As Boolean _ )
'Usage Dim instance As FtpListingParserList Dim item As FtpItemInfo Dim line As String Dim valid As Boolean instance.OnParsingListingLine(item, line, valid)
Parameters
- item
- An FtpItemInfo object containing the information relative to an item (file, folder or link) on an FTP server.
- line
- The line from which the FtpItemInfo was created.
- valid
- true if the line represents a valid item; false otherwise.