<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKShareTransferRepresentation",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "s:8CloudKit29CKShareTransferRepresentationV"
  },
  "title" : "CKShareTransferRepresentation"
}
-->

# CKShareTransferRepresentation

A transfer representation the system uses to share an item.

```
struct CKShareTransferRepresentation<Item> where Item : Transferable
```

## Topics

### Creating a transfer representation

[`init(exporter:)`](/documentation/CloudKit/CKShareTransferRepresentation/init(exporter:))

Creates and initializes a transfer representation.

### Accessing transfer representation attributes

[`body`](/documentation/CloudKit/CKShareTransferRepresentation/body)

The transfer representation for the share item.

[`ExportedShare`](/documentation/CloudKit/CKShareTransferRepresentation/ExportedShare)

An intermediate structure that returns an existing share or prepares a new one if it doesn’t exist.

### Configuring a transfer representation

## Relationships

### Conforms To

[`TransferRepresentation`](/documentation/CoreTransferable/TransferRepresentation)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)