Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpListingParserList Class / FtpListingParserList Constructor / FtpListingParserList Constructor(Boolean,Boolean)


In This Topic
    FtpListingParserList Constructor(Boolean,Boolean)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fixedSize As Boolean, _
       ByVal readOnly As Boolean _
    )
    'Usage
     
    Dim fixedSize As Boolean
    Dim readOnly As Boolean
     
    Dim instance As New FtpListingParserList(fixedSize, readOnly)
    public FtpListingParserList( 
       bool fixedSize,
       bool readOnly
    )

    Parameters

    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