ApplicationHost.GetDynamicApplicationNames(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.