<!--
{
  "availability" : [
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FileProvider",
  "identifier" : "/documentation/FileProvider/NSFileProviderDomain/isHidden",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "File Provider"
    ],
    "preciseIdentifier" : "c:objc(cs)NSFileProviderDomain(py)hidden"
  },
  "title" : "isHidden"
}
-->

# isHidden

A Boolean value that determines whether the domain is visible to users.

```
var isHidden: Bool { get set }
```

## Discussion

The system stores the files on disk, but it doesn’t display them to the user. For example, you could set this value to <doc://com.apple.documentation/documentation/Swift/false> when performing a dry run of a migration.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)