GetDownloadTicketsByFileIds Method
Gets a ticket that you can use to download binary data from the filestore service. Use this function when downloading specific file versions.
Syntax
public override ByteArray[] GetDownloadTicketsByFileIds(
System.long[] fileIds
)Public Overrides NotOverridable Function GetDownloadTicketsByFileIds( _
ByVal fileIds() As System.Long _
) As ByteArray()Parameters
| Name | Description |
|---|---|
| fileIds | An array of IDs for the file versions to download. |
Return Value
An array of download tickets, one for each master ID input. The ticket itself is just a byte array. Use the ticket in the Filestore Service to download the actual binary data for the file. The resulting download will be the specific version corresponding to the file ID.