Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient MoveFileOrFolder(string string bool)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.MoveFileOrFolder(string, string, bool) Method

Asynchronously Moves a file or folder to a new location.

public System.Threading.Tasks.Task MoveFileOrFolder(string sourcePath, string destinationPath, bool moveInContainer=false);

Parameters

sourcePath System.String
File or folder to move

destinationPath System.String
Destination path

moveInContainer System.Boolean
If true, move the file from the container running on the connected device.

Returns

System.Threading.Tasks.Task