SftpItemCollection.Contains Method
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
Contains(SftpItem)
Determines whether the item is in the collection.
Declaration
public bool Contains(SftpItem item)
Parameters
Type | Name | Description |
---|---|---|
SftpItem | item | The item to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | True if the item is located in the collection; false otherwise. |
Implements
Contains(FileSystemItem)
Determines whether the item is in the collection. Inherited from FileSystemItemCollection.
Declaration
public bool Contains(FileSystemItem item)
Parameters
Type | Name | Description |
---|---|---|
FileSystemItem | item | The item to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | True if the item is located in the collection; false otherwise. |
Implements
Contains(String)
Determines whether the item with the specified path is in the collection. Inherited from FileSystemItemCollection.
Declaration
public virtual bool Contains(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | The path to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | True if the item with the specified path is located in the collection; false otherwise. |