Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpListingParserList Class


In This Topic
    FtpListingParserList Class Methods
    In This Topic

    For a list of all members of this type, see FtpListingParserList members.

    Public Methods
     NameDescription
    Public MethodAdds a FtpListingParser object to the list.  
    Public MethodAdds the elements of a FtpListingParser object array to the end of the FtpListingParserList collection.  
    Public MethodRemoves all FtpListingParser objects from the list.  
    Public MethodRetrieves a boolean value indicating if a specific FtpListingParser object exists in the list.  
    Public MethodSearches for the specified FtpListingParser object and returns the zero-based index of the first occurrence within the list.  
    Public MethodInserts a FtpListingParser object into the list at the specified index  
    Public MethodOverloaded. Parses a raw (unprocessed) folder listing, querying if each FtpListingParser can retrieve relevant information from each line.  
    Public MethodRemoves the FtpListingParser object from the list.  
    Public MethodRemoves the FtpListingParser object from the list at the specified index.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the ParsingListingLine event.  
    Protected MethodOverridden. Performs additional custom processes when validating a value.  
    Top
    See Also