Fields
Fields
| Parameter | Description | |
|---|---|---|
resourceIdString |
required | Id of the file or folder. |
resourceTypeString |
required | One of file or folder. |
parentIdString |
required | Id of the Salesforce record the file or folder is attached to. |
objectTypeString |
optional | SObject type of the parent record. Optional; only accepted by the four-argument constructor. |
Constructors
global DeleteAttachmentInput( String resourceId, String resourceType, String parentId )
global DeleteAttachmentInput( String resourceId, String resourceType, String parentId, String objectType )