Validates whether the item is correct and can be added.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.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