---
title: isSystemRequest
framework: fileprovider
role: symbol
role_heading: Instance Property
path: fileprovider/nsfileproviderrequest/issystemrequest
---

# isSystemRequest

A Boolean value that indicates whether the request came from a system process.

## Declaration

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

## Discussion

Discussion System requests occur, for example, when the system needs to update a file after receiving a push notification about a change from the remote storage.

## See Also

### Accessing Application Information

- [domainVersion](fileprovider/nsfileproviderrequest/domainversion.md)
- [requestingExecutable](fileprovider/nsfileproviderrequest/requestingexecutable.md)
- [isFileViewerRequest](fileprovider/nsfileproviderrequest/isfileviewerrequest.md)
