Gets or sets the folder pane settings.
$au.uploader({
//...other params...
folderPane: {},
//...other params...
})
Get/Set Value at Runtime
$au.uploader('uploaderID').folderPane(value);
value = $au.uploader('uploaderID').folderPane();