piDownloadTimeout - cWebResourceManager
Used by DownloadUrl to determines the length of time (in hours) this download URL remains valid
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piDownloadTimeout
| Access Type | Syntax |
|---|---|
| Read Access: | Get piDownloadTimeout to IntegerVariable |
| Write Access: | Set piDownloadTimeout to IntegerVariable/Value |
Description
DownloadUrl uses this to determine how long (in hours) the download URL will remain valid. If 0 (the default), there is no time restriction.
You can also use CustomDownloadUrl to control this on a call by call basis.