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

A value that determines the uri of action which executes the file/folder operations.

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

Reference

options type
wijfileexplorer jQuery Widget