Newer Version Available
ConnectApi.AbstractRepositoryFile
This class is abstract.
Subclass of ConnectApi.AbstractRepositoryItem.
Superclass of:
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| checkinComment | String | Checkin comment of the file. | 39.0 |
| contentBody | String | Text of the file’s content if available, otherwise null. | 43.0 |
| contentSize | Integer | Length in bytes of the content of the file. | 39.0 |
| downloadUrl | String | URL to the repository file content. | 39.0 |
| externalContentUrl | String | URL of this file’s content in the external system. | 39.0 |
| externalDocumentUrl | String | URL of this file in the external system. | 39.0 |
| externalFilePermissionInformation | ConnectApi.ExternalFilePermissionInformation | External file permission information, such as available groups, available permission types, and current sharing status, or null if includeExternalFilePermissionsInfo is false. | 39.0 |
| mimeType | String | Mime type of the file. | 39.0 |
| previewUrlThumbnail | String | URL to the thumbnail preview (240 x 180 PNG). | 39.0 |
| previewUrlThumbnailBig | String | URL to the big thumbnail preview (720 x 480 PNG). | 39.0 |
| previewUrlThumbnailTiny | String | URL to the tiny thumbnail preview (120 x 90 PNG). | 39.0 |
| previewsUrl | String | URL to the previews. | 39.0 |
| title | String | Title of the file. | 39.0 |
| versionId | String | ID of the file version in the external system. | 39.0 |