'Declaration Protected Function IsItemInScope( _ ByVal item As FileSystemItem _ ) As Boolean
'Usage Dim instance As Filter Dim item As FileSystemItem Dim value As Boolean value = instance.IsItemInScope(item)
protected bool IsItemInScope( FileSystemItem item )
Parameters
- item
- The item to verify.
Return Value
true if the item is within the scope of the filter; false otherwise.