Properties
Name | Access | Type | Description |
---|---|---|---|
ContentLength | Read | Int64 | Content Length |
FileName | Read | String | File Name |
FileStoreKey | Read | String | File Store Key |
Path | Read | String | Path |
Methods
GetDownloadUrl
Velocity
#set($stringResponse = $iCentralizedFile.GetDownloadUrl())
JavaScript
var stringResponse = iCentralizedFile.GetDownloadUrl();
Returns
String
OpenReadStream
Velocity
#set($streamResponse = $iCentralizedFile.OpenReadStream())
JavaScript
var streamResponse = iCentralizedFile.OpenReadStream();
Returns
Stream