Fields
Output fields
| Parameter | Description | |
|---|---|---|
ParentIdString |
Id of the record the files were attached to. | |
ParentTypeString |
Object type (API name) of the parent record. | |
ContentDocumentIdsList<Id> |
Ids of the ContentDocument records attached. | |
FilesList<SalesforceFile> |
The attached files. SalesforceFile is a custom Apex type; see the supported constructor below. |
Constructors
SalesforceFile( Id fileId, //contentDocumentId String Name, String extension, Integer fileSize )