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

A string array that determines the patterns of files that are shown, usually the file extensions.

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

Reference

options type
wijfileexplorer jQuery Widget