Get a Folder Instance

A folder reference can be created by the following method which would not fire a server-side call. The filestore reference used in the below code snippet is the component instance.

There is no promise involved in the above method and the instance of the folder alone is returned.

    
copy
// Get a folder instance let filestore = app.filestore(); let folder = filestore.folder(1510000000109545);

Last Updated 2023-09-03 01:06:41 +0530 +0530

ON THIS PAGE