---
title: FSLookupItemResult
framework: fskit
role: symbol
role_heading: Class
path: fskit/fslookupitemresult
---

# FSLookupItemResult

The result of an item lookup call.

## Declaration

```swift
class FSLookupItemResult
```

## Overview

Overview Use this type in your implementation of lookupItem(named:in:context:replyHandler:).

## Topics

### Creating a lookup item result

- [init(foundItem:itemName:itemAttributes:)](fskit/fslookupitemresult/init(founditem:itemname:itemattributes:).md)
- [FSItem](fskit/fsitem.md)
- [FSFileName](fskit/fsfilename.md)
- [FSItem.Attributes](fskit/fsitem/attributes.md)

## Relationships

### Inherits From

- [FSVolumeHandlerResult](fskit/fsvolumehandlerresult.md)

### Inherited By

- [FSLookupItemKOIOResult](fskit/fslookupitemkoioresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Working with items

- [createItem(named:type:in:attributes:context:replyHandler:)](fskit/fsvolume/handler/createitem(named:type:in:attributes:context:replyhandler:).md)
- [FSFileName](fskit/fsfilename.md)
- [FSItem.ItemType](fskit/fsitem/itemtype.md)
- [FSItem.SetAttributesRequest](fskit/fsitem/setattributesrequest.md)
- [FSCreateItemResult](fskit/fscreateitemresult.md)
- [lookupItem(named:in:context:replyHandler:)](fskit/fsvolume/handler/lookupitem(named:in:context:replyhandler:).md)
- [removeItem(_:named:from:context:replyHandler:)](fskit/fsvolume/handler/removeitem(_:named:from:context:replyhandler:).md)
- [FSRemoveItemResult](fskit/fsremoveitemresult.md)
- [renameItem(_:inDirectory:named:to:inDirectory:overItem:context:replyHandler:)](fskit/fsvolume/handler/renameitem(_:indirectory:named:to:indirectory:overitem:context:replyhandler:).md)
- [FSRenameItemResult](fskit/fsrenameitemresult.md)
- [reclaimItem(_:replyHandler:)](fskit/fsvolume/handler/reclaimitem(_:replyhandler:).md)
