gets an array of items (files, folders) that contain text in their names
id | string | the ID of the folder where the text is searched |
text | string | the searched text |
array | an array of items |
var result = fmanager.getSearchData(id,text);
The return value can be as follows:
[
{
id:"pres2", value:"June 2014.ppt",
type:"pp", date:"2014-02-10 16:10",
size:"20100", $count:0,
$parent:"presentations", $level:4
}
]
Back to top