Rebex SFTP for .NET

SftpItemCollection Members

SftpItemCollection overview

Public Instance Constructors

SftpItemCollection Constructor Initializes a new instance of the SftpItemCollection class.

Public Instance Properties

Count Gets the number of elements contained in the SftpItemCollection.
IsSynchronized Gets a value indicating whether access to SftpItemCollection is synchronized (thread-safe).
ItemOverloaded. Gets the SftpItem at the specified index.
SyncRoot Gets an object that can be used to synchronize access to the SftpItemCollection.

Public Instance Methods

Add Adds the SftpItem to the SftpItemCollection.
Clone Creates a shallow copy of the SftpItemCollection.
CopyTo Copies the range of elements from the SftpItemCollection to a compatible one-dimensional Array, starting at the specified index of the target array.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumeratorOverloaded. Returns an enumerator that can iterate through the SftpItemCollection
GetFilesOverloaded. Returns the names of files in the SftpItemCollection that match the specified search pattern.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetObjectData Sets the SerializationInfo with information about the SftpItemCollection.
GetTotalSize Gets the total size of files contained in the SftpItemCollection.
GetType (inherited from Object)Gets the Type of the current instance.
RemoveOverloaded. Removes the specified SftpItem from the SftpItemCollection.
SortOverloaded. Sorts the items in the entire SftpItemCollection alphabetically.
ToString (inherited from Object)Returns a String that represents the current Object.

See Also

SftpItemCollection Class | Rebex.Net Namespace