Xceed .NET Libraries Documentation
OnParsingListingLine Method


Xceed.Ftp Assembly > Xceed.Ftp Namespace > FtpListingParserList Class : OnParsingListingLine Method
An FtpItemInfo object containing the information relative to an item (file, folder or link) on an FTP server.
The line from which the FtpItemInfo was created.
true if the line represents a valid item; false otherwise.
Raises the ParsingListingLine event.
Syntax
'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)
protected virtual void OnParsingListingLine( 
   FtpItemInfo item,
   string line,
   ref bool 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FtpListingParserList Class
FtpListingParserList Members