IUsdDesktopUserActions.CreateDynamicApplication Method
Creates a dynamic application.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Interfaces
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As IUsdDesktopUserActions
Dim session As Session
Dim applicationName As String
Dim returnValue As Boolean
returnValue = instance.CreateDynamicApplication(session, applicationName)
Syntax
'Declaration
Function CreateDynamicApplication ( _
session As Session, _
applicationName As String _
) As Boolean
bool CreateDynamicApplication (
Session session,
string applicationName
)
bool CreateDynamicApplication (
Session^ session,
String^ applicationName
)
boolean CreateDynamicApplication (
Session session,
String applicationName
)
function CreateDynamicApplication (
session : Session,
applicationName : String
) : boolean
Parameters
- session
Specifies the session.
- applicationName
Specifies the name of the application.
Return Value
Type: Boolean
True if the application exists in UI, otherwise false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IUsdDesktopUserActions Interface
IUsdDesktopUserActions Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Interfaces Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.