ApplicationHost.GetDynamicApplicationNames Method
Retrieves the names of all the global or non-global applications that are configured via the CRM admin page to show in UI menu.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As ApplicationHost
Dim global As Boolean
Dim returnValue As ArrayList
returnValue = instance.GetDynamicApplicationNames(global)
Syntax
'Declaration
Public Function GetDynamicApplicationNames ( _
global As Boolean _
) As ArrayList
public ArrayList GetDynamicApplicationNames (
bool global
)
public:
ArrayList^ GetDynamicApplicationNames (
bool global
)
public ArrayList GetDynamicApplicationNames (
boolean global
)
public function GetDynamicApplicationNames (
global : boolean
) : ArrayList
Parameters
- global
True for a list of global dynamic applications, false for a list of non-global dynamic applications
Return Value
Type: ArrayList
List of dynamic applications.
Remarks
Some dynamic applications are configured via the CRM admin page to show in UI menu, therefore are able to be loaded/unloaded via the UI. Others can be configured not to show in UI menu, therefore are only loaded/unloaded in code by an SI.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
ApplicationHost Class
ApplicationHost Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.