IUsdDesktopUserActions.CreateDynamicApplication(Session, String) 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.
Creates a dynamic application.
public:
bool CreateDynamicApplication(Microsoft::Uii::Csr::Session ^ session, System::String ^ applicationName);
public bool CreateDynamicApplication (Microsoft.Uii.Csr.Session session, string applicationName);
abstract member CreateDynamicApplication : Microsoft.Uii.Csr.Session * string -> bool
Public Function CreateDynamicApplication (session As Session, applicationName As String) As Boolean
Parameters
- session
- Session
Specifies the session.
- applicationName
- String
Specifies the name of the application.
Returns
True
if the application exists in UI, otherwise false
.