SftpItemCollection Constructor
|
Initializes a new instance of the SftpItemCollection class. |
Count | Gets the number of elements contained in the SftpItemCollection. |
IsSynchronized | Gets a value indicating whether access to SftpItemCollection is synchronized (thread-safe). |
Item | Overloaded. Gets the SftpItem at the specified index. |
SyncRoot | Gets an object that can be used to synchronize access to the SftpItemCollection. |
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. |
GetEnumerator | Overloaded. Returns an enumerator that can iterate through the SftpItemCollection |
GetFiles | Overloaded. 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. |
Remove | Overloaded. Removes the specified SftpItem from the SftpItemCollection. |
Sort | Overloaded. Sorts the items in the entire SftpItemCollection alphabetically. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
SftpItemCollection Class | Rebex.Net Namespace