Wijmo UI for the Web
refresh Method
wijmo.fileexplorer Namespace > wijfileexplorer type : refresh Method
- Optional. The path to refresh. The current folder is used if the path is not set.
The refresh method refreshes the content within the wijfileexplorer.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var path; // Type:  string
    
    returnsValue = $(".selector").wijfileexplorer("refresh", path);
});
function refresh( 
   path : string
) : any;

Parameters

path
- Optional. The path to refresh. The current folder is used if the path is not set.
See Also

Reference

wijfileexplorer type
wijfileexplorer jQuery Widget