Xceed .NET Libraries Documentation
FtpListingParserList Constructor(FtpListingParser[],Boolean,Boolean)


Xceed.Ftp Assembly > Xceed.Ftp Namespace > FtpListingParserList Class > FtpListingParserList Constructor : FtpListingParserList Constructor(FtpListingParser[],Boolean,Boolean)
Syntax
'Declaration
 
Public Function New( _
   ByVal values() As FtpListingParser, _
   ByVal fixedSize As Boolean, _
   ByVal readOnly As Boolean _
)
'Usage
 
Dim values() As FtpListingParser
Dim fixedSize As Boolean
Dim readOnly As Boolean
 
Dim instance As New FtpListingParserList(values, fixedSize, readOnly)
public FtpListingParserList( 
   FtpListingParser[] values,
   bool fixedSize,
   bool readOnly
)

Parameters

values
fixedSize
readOnly
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
Overload List