Microsoft FactoryOrchestrator Client FactoryOrchestratorClient EnumerateFiles(string bool bool)
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient
FactoryOrchestratorClient.EnumerateFiles(string, bool, bool) Method
Asynchronously Returns a list of all files in a given folder.
public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> EnumerateFiles(string path, bool recursive=false, bool inContainer=false);
Parameters
path
System.String
The folder to search.
recursive
System.Boolean
If true, search recursively.
inContainer
System.Boolean
If true, look for files in the container running on the connected device.
Returns
System.Threading.Tasks.Task<System.Collections.Generic.List<System.String>>