Microsoft FactoryOrchestrator Client FactoryOrchestratorClient GetInstalledAppsDetailed()
Microsoft.FactoryOrchestrator.Client
Microsoft.FactoryOrchestrator.Client.FactoryOrchestratorClient
FactoryOrchestratorClient.GetInstalledAppsDetailed() Method
Asynchronously Gets all installed apps on the OS. Requires Windows Device Portal.
public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.FactoryOrchestrator.Core.PackageInfo>> GetInstalledAppsDetailed();
Returns
System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.FactoryOrchestrator.Core.PackageInfo>>
The list of apps and their information, in PackageInfo objects.