Validates whether the item is correct and can be added.
Namespace:
Rebex.Net
Assembly:
Rebex.Sftp (in Rebex.Sftp.dll)
Syntax
| Visual Basic |
|---|
Protected Overrides Sub CheckItem ( _ item As FileSystemItem _ ) |
| C# |
|---|
protected override void CheckItem( FileSystemItem item ) |
Parameters
- item
- Type: Rebex.IO..::..FileSystemItem
Item to add.