Intersoft ClientUI Documentation
GetDownloadedApplications Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > UXShell Class : GetDownloadedApplications Method






Gets a list of the downloaded application packages.

Syntax

Visual Basic (Declaration) 
Public Function GetDownloadedApplications() As List(Of ApplicationPackage)
Visual Basic (Usage)Copy Code
Dim instance As UXShell
Dim value As List(Of ApplicationPackage)
 
value = instance.GetDownloadedApplications()
C# 
public List<ApplicationPackage> GetDownloadedApplications()
Delphi 
public function GetDownloadedApplications(): List; 
JScript 
public function GetDownloadedApplications() : List;
Managed Extensions for C++ 
public: List<ApplicationPackage*>* GetDownloadedApplications(); 
C++/CLI 
public:
List<ApplicationPackage^>^ GetDownloadedApplications(); 

Return Value

A collection of the ApplicationPackage that have been downloaded.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.