About this resource
Representation of a shared download link as an item in the shared download links collection.
Properties
| Property | Description | Type |
|---|---|---|
| createdByName | Gets the display name of the user that created this shared download link. | string |
| createdOn | Gets the creation datetime in UTC time. | datetime |
| displayName | Gets the human-readable display name of what was shared (e.g. a collection's name), or null when it was not captured at creation time — consumers should fall back to the stored file name. | string |
| downloadCount | Gets the total number of times this shared download link's files have been downloaded. 0 when it has never been downloaded. | int32 |
| expiresOn | Gets the expiration datetime in UTC time. | datetime |
| files | Gets the files included in this shared download link. | Collection of SharedDownloadLinkListItemFile entities |
| id | The Id of this shared download link. | guid |
| originType | Gets the kind of DAM entity this link was shared from (ContentItem, Collection, Basket, or Selection), or null when it was not captured at creation time — consumers should fall back to the file-count-derived share type. | string |
| recipients | Gets the e-mail addresses of the recipients of this shared download link. | Collection of string |
| resourcePurgedOn | Gets the datetime in UTC time on which this shared download link's underlying resource was purged, or null when the resource is still present. An expired link can only be reactivated while its resource has not yet been purged. | datetime |
| revokedOn | Gets the datetime in UTC time on which this shared download link was revoked, or null when the link has not been revoked. A revoked link no longer grants downloads. | datetime |
| sendEmail | Gets whether an e-mail was sent. | boolean |
| useVerification | Gets whether verification is required. | boolean |