Microsoft FactoryOrchestrator Client FactoryOrchestratorClient DeleteFileOrFolder(string bool)
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient
FactoryOrchestratorClient.DeleteFileOrFolder(string, bool) Method
Asynchronously Permanently deletes a file or folder. If a folder, all contents are deleted.
public System.Threading.Tasks.Task DeleteFileOrFolder(string path, bool deleteInContainer=false);
Parameters
path
System.String
File or folder to delete
deleteInContainer
System.Boolean
If true, delete the file from the container running on the connected device.