Compartir a través de


ApplicationHost.GetDynamicApplicationNames(Boolean) Method

Definition

Retrieves the names of all the global or non-global applications that are configured via the CRM admin page to show in UI menu.

public:
 System::Collections::ArrayList ^ GetDynamicApplicationNames(bool global);
public System.Collections.ArrayList GetDynamicApplicationNames (bool global);
member this.GetDynamicApplicationNames : bool -> System.Collections.ArrayList
Public Function GetDynamicApplicationNames (global As Boolean) As ArrayList

Parameters

global
Boolean

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

Returns

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.

Applies to