<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FileProvider",
  "identifier" : "/documentation/FileProvider/NSFileProviderIncrementalContentFetching",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "File Provider"
    ],
    "preciseIdentifier" : "c:objc(pl)NSFileProviderIncrementalContentFetching"
  },
  "title" : "NSFileProviderIncrementalContentFetching"
}
-->

# NSFileProviderIncrementalContentFetching

Support for fetching changes to the item’s content.

```
protocol NSFileProviderIncrementalContentFetching : NSObjectProtocol
```

## Overview

Adopt this protocol to support the incremental fetching of changes from your remote storage. If you don’t implement the [`fetchContents(for:version:usingExistingContentsAt:existingVersion:request:completionHandler:)`](/documentation/FileProvider/NSFileProviderIncrementalContentFetching/fetchContents(for:version:usingExistingContentsAt:existingVersion:request:completionHandler:)) method, the system calls your [`fetchContents(for:version:request:completionHandler:)`](/documentation/FileProvider/NSFileProviderReplicatedExtension/fetchContents(for:version:request:completionHandler:)) method for all updates.

## Topics

### Incrementally Fetching Contents

[`fetchContents(for:version:usingExistingContentsAt:existingVersion:request:completionHandler:)`](/documentation/FileProvider/NSFileProviderIncrementalContentFetching/fetchContents(for:version:usingExistingContentsAt:existingVersion:request:completionHandler:))

Asks the file provider for an update of the specified item.



---

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)