IDesktopUserActions.CreateDynamicApplication(String) Method

Definition

Creates a dynamic application by the name provided.

public:
 bool CreateDynamicApplication(System::String ^ applicationName);
public bool CreateDynamicApplication (string applicationName);
abstract member CreateDynamicApplication : string -> bool
Public Function CreateDynamicApplication (applicationName As String) As Boolean

Parameters

applicationName
String

Specifies the name of the application to load.

Returns

True if the application is created successfully, otherwise false.

Applies to