getFileStoreURL

Given a primkey and file name, returns the pathname that can be used to access the file.

API

getFileStoreURL(primKey: string, fileName: string, type?: "download" | "view"): string;

Last updated

Was this helpful?