Get a Component Instance

The file store reference can be created using the following method which does not fire a server-side call.

    
copy
//Get a file store instance var filestore = catalyst.file;

ON THIS PAGE