Get a Folder Object

Note: Catalyst now offers you a brand new object storage component called Stratus in Early Access mode. This component is a significant upgrade to the current Cloud Scale File Store component. You can find out more about the Stratus component here.

To use the Stratus component in the Early Access mode, email us at support@zohocatalyst.com.

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 2025-02-24 14:38:44 +0530 +0530

RELATED LINKS

File Store

ON THIS PAGE
ACCESS THIS PAGE