---
title: "propagateAttachments(to:)"
framework: coremedia
role: symbol
role_heading: Instance Method
path: "coremedia/cmattachmentbearerprotocol/propagateattachments(to:)"
---

# propagateAttachments(to:)

Copies all propagable attachments from one attachment bearer object to another.

## Declaration

```swift
func propagateAttachments<T>(to destination: T) where T : CMAttachmentBearerProtocol
```

## Parameters

- `destination`: The object to copy attachments to.

## See Also

### Processing Attachments

- [attachments](coremedia/cmattachmentbearerprotocol/attachments.md)
- [CMAttachmentBearerAttachments](coremedia/cmattachmentbearerattachments.md)
