ContentVersionCreatedBatch
Updated 2026-07-01·1 min read
This custom Apex type represents an output that Platform Events and the Platform Events Apex handler return for the content-version-created-batch platform event type. It is surfaced when you fetch event details via Client.getEventDetails(). Each batch groups the created content versions under a single parent, exposing both the full ContentVersionCreated records and their bare ids.
Fields
Output fields
| Parameter | | Description |
|---|
ParentIdString |
| Id of the parent record the content versions were created against. |
ContentVersionsCreated |
| The content versions created in this batch, as ContentVersionCreated records. |
ContentVersionIdsList<String> |
| The ids of the content versions created in this batch. |