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


In This Topic
    FtpListingParserList Class
    In This Topic
    Contains a list of FtpListingParser objects.
    Object Model
    FtpListingParserList ClassFtpListingParser Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <ListBindableAttribute(False)>
    Public Class FtpListingParserList 
       Inherits Xceed.Utils.Collections.ListBase
       Implements System.Collections.ICollectionSystem.Collections.IEnumerableSystem.Collections.IList 
    'Usage
     
    Dim instance As FtpListingParserList
    [DefaultMember("Item")]
    [ListBindable(false)]
    public class FtpListingParserList : Xceed.Utils.Collections.ListBase, System.Collections.ICollectionSystem.Collections.IEnumerableSystem.Collections.IList  
    Inheritance Hierarchy

    System.Object
          Xceed.Ftp.FtpListingParserList

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Gets a value indicating whether the FtpListingParserList has a fixed size.  
    Public PropertyOverridden. Gets a boolean value indicating if the FtpListingParserList is readonly.  
    Public PropertyGets or sets the FtpListingParser object at the specified index.  
    Top
    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
    Public Events
     NameDescription
    Public EventRaised for each folder listing line sent by the FTP server and allows you to manually parse the lines.  
    Top
    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