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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also