$(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.