Provides a container for a collection of FtpItem objects.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Class FtpItemCollection _
	Inherits FileSystemItemCollection _
	Implements ICollection, ICollection(Of FtpItem),  _
	IEnumerable(Of FtpItem), IEnumerable
C#
public class FtpItemCollection : FileSystemItemCollection, 
	ICollection, ICollection<FtpItem>, IEnumerable<FtpItem>, 
	IEnumerable

Inheritance Hierarchy

System..::..Object
  Rebex.IO..::..FileSystemItemCollection
    Rebex.Net..::..FtpItemCollection

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also