Validates whether the item is correct and can be added.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.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