---
title: hasThumbnail
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsfileversion/hasthumbnail
---

# hasThumbnail

Whether the version has a thumbnail image available. Thumbnails for versions from +getNonlocalVersionsOfItemAtURL:completionHandler: may not immediately be available. As soon as it becomes available, this property will change from NO to YES. You can use KVO to be notified of this change. If a thumbnail is available, you can access it using NSURLThumbnailKey or NSURLThumbnailDictionaryKey.

## Declaration

```swift
var hasThumbnail: Bool { get }
```
