Share via


ApplicationHost.GetDynamicApplicationNames Method (Boolean)

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016

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)

Syntax

public ArrayList GetDynamicApplicationNames(
    bool global
)
Public Function GetDynamicApplicationNames (
    global As Boolean
) As ArrayList

Parameters

  • global
    Type: System.Boolean

    True for a list of global dynamic applications, false for a list of non-global dynamic applications

Return Value

Type: System.Collections.ArrayList

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.

See Also

ApplicationHost Class
Microsoft.Uii.Csr Namespace

Return to top

Unified Service Desk 2.0

© 2016 Microsoft. All rights reserved. Copyright