Provides a container for a collection of SftpItem objects.

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

Syntax

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

Inheritance Hierarchy

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also