---
title: "initWithScope:"
framework: cloudkit
role: symbol
role_heading: Instance Method
path: "cloudkit/cksyncenginefetchchangesoptions/initwithscope:"
---

# initWithScope:

Initializes a set of options with the specific scope.

## Declaration

```occ
- (instancetype) initWithScope:(CKSyncEngineFetchChangesScope *) scope;
```

## Discussion

Discussion If you provide a nil scope, the default scope is used. The default scope includes everything.
