xct_tblOCDownload Table used for all download entries. There may be multiple entries for the same file. |
Column |
Required |
Descr |
catalogID |
Yes |
The catalog that this download is associated with. |
downloadGUID |
Yes |
The unique identifier used for identifying a download. |
sourceFilePath |
Yes |
The full file path to the download on the server. Should be in a non-public directory. |
saveAsFileName |
Yes |
The default file name for the saved download. |
mimeType |
Yes |
The mimetype for this type of file. |
maxDownloadCount |
No |
The number of times this may be downloaded. |
active |
Yes |
Flag for disabling a download. |
expirationDate |
No |
Date that this download will no longer be accessible. |
ipAddress |
No |
Ability to limit downloads by an ip address or address range. |
userID |
No |
Ability to limit download to a specific user in the system. eg: a purchaser |
pageReferrer |
No |
Ability to limit a download to a specific referring page/url. |
downloadCount |
No |
The # of times this download has been accessed. |