---
title: shareURLs
framework: cloudkit
role: symbol
role_heading: Instance Property
path: cloudkit/ckfetchsharemetadataoperation/shareurls
---

# shareURLs

The URLs of the shares to fetch.

## Declaration

```swift
var shareURLs: [URL]? { get set }
```

## Discussion

Discussion Use this property to view or change the URLs of the shares to fetch. If you intend to specify or change this property’s value, do so before you execute the operation or submit it to a queue.

## See Also

### Configuring the Operation

- [shouldFetchRootRecord](cloudkit/ckfetchsharemetadataoperation/shouldfetchrootrecord.md)
