# SalesforceFileCopied

Output payload for the salesforce-file-copied platform event.

> Kind: Apex type · Updated: 2026-07-01

This custom Apex type represents the output that Platform Events and the Platform Events Apex Handler methods return for the salesforce-file-copied platform event type. It is surfaced via Client.getEventDetails().

## Fields

### Output fields
| Parameter | Type | Required | Description |
|---|---|---|---|
| ParentId | String | optional | Id of the parent record the file was copied to. |
| ContentVersionId | String | optional | Id of the ContentVersion for the copied Salesforce file. |
| Resource | <a href="#/apex-type-resource">Resource</a> | optional | The Resource that was copied. |
