Get a Folder Object

A folder object can be created using the following code snippet, which does not fire a server-side call. The filestore used in the code snippet below is the component instance.

Note :There is no promise involved in the method above and the folder object is returned.
    
copy
// Get a folder instance var filestore = catalyst.file; var folder = filestore.folderId(FOLDER_ID);

Last Updated 2023-11-14 13:20:49 +0530 +0530

ON THIS PAGE

RELATED LINKS

File Store