Share via


HostedAppLauncher.CreateExtendedApplication(ApplicationRecord) Method

Definition

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.

protected virtual Microsoft.Uii.Csr.IHostedApplication CreateExtendedApplication(Microsoft.Uii.Common.Entities.ApplicationRecord app);

Parameters

app
ApplicationRecord

Application record containing application information.

Returns

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.

Applies to