Microsoft FactoryOrchestrator Client FactoryOrchestratorClient GetInstalledApps()
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient
FactoryOrchestratorClient.GetInstalledApps() Method
Asynchronously Gets the AUMIDs of all installed apps on the OS. Requires Windows Device Portal.
public System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetInstalledApps();
Returns
System.Threading.Tasks.Task<System.Collections.Generic.List<System.String>>
The list of app AUMIDs.