Content Capability
If a comment has this capability, it has a file attachment.
For files attached to a feed post (instead of a comment) in version 36.0 and later, use Files Capability.
If content is deleted from a feed element after it’s posted or if the access to the content is changed to private, the Content Capability exists, however most of its properties are null.
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
checksum | String | MD5 checksum for the file. | Small, 32.0 | 32.0 |
contentHubRepository | Files Connect Repository | The external data source associated with this file, or null if it doesn’t point to an external file. | Small, 32.0 | 32.0 |
contentUrl | String | URL of the content for links and Google docs. | Small, 32.0 | 32.0 |
description | String | Description of the attachment. | Small, 32.0 | 32.0 |
downloadUrl | String | URL to the content. | Small, 32.0 | 32.0 |
externalDocumentUrl | String | The external URL this file points to, or null if it does not point to an external file. | Small, 32.0 | 32.0 |
fileExtension | String | Extension of the file. | Small, 32.0 | 32.0 |
fileSize | String | Size of the file in bytes. If size cannot be determined, returns Unknown. | Small, 32.0 | 32.0 |
fileType | String | Type of file. | Small, 32.0 | 32.0 |
hasPdfPreview | Boolean | true if the file has a PDF preview available, false otherwise. | Medium, 32.0 | 32.0 |
id | String | 18-character ID of the content. | Small, 32.0 | 32.0 |
isInMyFileSync | Boolean | true if the file is synced with Salesforce Files Sync; false otherwise. | Small, 32.0 | 32.0 |
mimeType | String | MIME type of the file. | Small, 32.0 | 32.0 |
renditionUrl | String | URL to the rendition resource for the file. Renditions are processed asynchronously and may not be available immediately after the file has been uploaded. | Small, 32.0 | 32.0 |
renditionUrl240By180 | String | URL to the 240x180 size rendition resource for the file. Renditions are processed asynchronously and may not be available immediately after the file has been uploaded. | Small, 32.0 | 32.0 |
renditionUrl720By480 | String | URL to the 720x480 size rendition resource for the file. Renditions are processed asynchronously and may not be available immediately after the file has been uploaded. | Small, 32.0 | 32.0 |
repositoryFileId | String | ID of the file in the external repository, or null if the file isn’t external. | Small, 36.0 | 36.0 |
repositoryFileUrl | String | The URL of the Connect REST API resource giving access to the external repository file properties, or null if this file doesn’t point to an external file. | Small, 32.0 | 32.0 |
sharingOption | String | Sharing option of the file. Values are:
|
Medium, 35.0 | 35.0 |
textPreview | String | Text preview of the file if available, null otherwise. The maximum number of characters is 200. | Big, 32.0 | 32.0 |
thumb120By90RenditionStatus | String | The status of the rendering of the 120x90 pixel sized preview image of the file. Should be either Processing, Failed, Success, or Na if unavailable. | Medium, 32.0 | 32.0 |
thumb240By180RenditionStatus | String | The status of the rendering of the 240x180 pixel sized preview image of the file. Should be either Processing, Failed, Success, or Na if unavailable. | Medium, 32.0 | 32.0 |
thumb720By480RenditionStatus | String | The status of the rendering of the 720x480 pixel sized preview image of the file. Should be either Processing, Failed, Success, or Na if unavailable. | Medium, 32.0 | 32.0 |
title | String | Title of the file. | Small, 32.0 | 32.0 |
versionId | String | Version ID of the file. | Medium, 32.0 | 32.0 |