Intersoft ClientUI Documentation
IsApplicationAvailable Method



The name of the application to be queried.
Determines whether an application is available in either the shell or storage.
Syntax
Public Function IsApplicationAvailable( _
   ByVal appName As String _
) As Boolean
Dim instance As UXShell
Dim appName As String
Dim value As Boolean
 
value = instance.IsApplicationAvailable(appName)
public bool IsApplicationAvailable( 
   string appName
)
public:
bool IsApplicationAvailable( 
   String^ appName
) 

Parameters

appName
The name of the application to be queried.

Return Value

Returns true if the application package is available.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXShell Class
UXShell Members

Send Feedback