Skip to content

Microsoft FactoryOrchestrator Client FactoryOrchestratorClient EnumerateDirectories(string bool bool)

Microsoft.FactoryOrchestrator.Client

Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient

FactoryOrchestratorClient.EnumerateDirectories(string, bool, bool) Method

Asynchronously Returns a list of all directories in a given folder.

public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> EnumerateDirectories(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 directories in the container running on the connected device.

Returns

System.Threading.Tasks.Task<System.Collections.Generic.List<System.String>>