HostedAppLauncher.CreateExtendedApplication Method (ApplicationRecord)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Creates a type of application that is not known to the base UII classes. Implementors should use the provider patterns to create their own application types.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Syntax
protected virtual IHostedApplication CreateExtendedApplication(
ApplicationRecord app
)
Protected Overridable Function CreateExtendedApplication (
app As ApplicationRecord
) As IHostedApplication
Parameters
app
Type: Microsoft.Uii.Common.Entities.ApplicationRecordApplication record containing application information.
Return Value
Type: Microsoft.Uii.Csr.IHostedApplication
New hosted application.
Remarks
Used for 3rd party application developer tools. Using the provider pattern the tools can create applications that will be called out to from here.
See Also
HostedAppLauncher Class
Microsoft.Uii.Csr Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright