GetCachedFSSettingFileURL (open)
Get the URL to an instance data file setting download
Syntax
LOADLIB "mod::system/lib/cache.whlib";
STRING FUNCTION GetCachedFSSettingFileURL(STRING baseurl, INTEGER64 fssettingid, RECORD options)Parameters
STRING baseurlBase URL for the returned cache url (leave empty for a /.wh/ea/uc/ or https://cdn/.wh/ea/uc/ url)
INTEGER64 fssettingidRECORD optionsOptions
allowanyextensionDo not fail if the wrong extension is used
embedThe returned URL should serve itself without a content-disposition: attachment
filenameFilename to use in the URL
Return value
STRING