FileBrowserServicesDelete Method |
Namespace: IngeniuxCMService
The information on the deletion
{
"data": {
"type": "File",
"relativePath": "Documents/Testfolder",
"folderPath": "Documents/Testfolder",
"pickedNames": [],
"isFolder": true
}
}{
"data": {
"type": "File",
"relativePath": "Documents",
"folderPath": "Documents",
"pickedNames": ["free-infamous-second-son-hd-desktop-wallpaper (17).jpg"],
"isFolder": false
}
}The information of actual deletion
{
"code": 0,
"error": null,
"message": {
"fileNames": ["free-infamous-second-son-hd-desktop-wallpaper%20(17).jpg"]
}
}