Wijmo UI for the Web
hasSubFolders Field
wijmo.fileexplorer Namespace > IFileExplorerItem Interface : hasSubFolders Field

true, if the item is a folder and has sub folders; otherwise, false or undefined.

Syntax
var instance; // Type: wijmo.fileexplorer.IFileExplorerItem;
var value; // Type: boolean
value = instance.hasSubFolders;
var hasSubFolders : boolean;
See Also

Reference

IFileExplorerItem Interface