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