Wijmo UI for the Web
viewPaths Option
wijmo.fileexplorer.wijfileexplorer Namespace > options type : viewPaths Option

A string array that determines the folder paths to show in the wijfileexplorer widget.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijfileexplorer("option", "viewPaths");
    
    // Set value
    var newValue; // Type:  any
    $(".selector").wijfileexplorer("option", "viewPaths", newValue);
        
});
var viewPaths : any;
See Also

Reference

options type
wijfileexplorer jQuery Widget