Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpListingParserList Class / Add Method
The FtpListingParser object to add.


In This Topic
    Add Method (FtpListingParserList)
    In This Topic
    Adds a FtpListingParser object to the list.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As FtpListingParser _
    ) As Integer
    'Usage
     
    Dim instance As FtpListingParserList
    Dim value As FtpListingParser
    Dim value As Integer
     
    value = instance.Add(value)
    public int Add( 
       FtpListingParser value
    )

    Parameters

    value
    The FtpListingParser object to add.

    Return Value

    The zero-based index at which the FtpListingParser object was added.
    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