Click or drag to resize

SavedFiltersIsTypeOK Method

Determines if the specified item is the correct type for this collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override bool IsTypeOK(
	Object item
)

Parameters

item
Type: SystemObject
The item in question.

Return Value

Type: Boolean
True if item is a correct type, else False.
See Also