The SftpItemCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the collection.
(Inherited from FileSystemItemCollection.) | |
IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread-safe).
| |
Item[([( Int32])]) |
Gets the item at the specified index.
| |
Item[([( String])]) |
Gets the item of the specified path.
| |
SyncRoot |
Gets an object that can be used to synchronize access to the collection.
(Inherited from FileSystemItemCollection.) | |
UsePath |
Gets or sets a value that indicates whether to use a Path or Name for pattern matching
and return values in the GetFiles(Regex) method.
(Inherited from FileSystemItemCollection.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<(Of <<'(FileSystemItem>)>>)..::..IsReadOnly | (Inherited from FileSystemItemCollection.) | |
ICollection<(Of <<'(SftpItem>)>>)..::..IsReadOnly |