IImportExtensions Interface
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Describes the interface that an Import plugin must implement.
Assembly: Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase (in Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.dll)
| Name | Description | |
|---|---|---|
![]() | CrmSvc | Pointer to the CRM service connection. |
![]() | GetExtraProgramLaunchLinkText | Returns the launch link text shown on the last page of the package deployer. |
![]() | GetImportLongName | Returns the long name of the import. |
![]() | GetImportPackageDescription | Retuns the description of the import package. |
![]() | GetImportPackageFolderName | Returns the folder name where the import package lives. |
![]() | RootControlDispatcher | Parent dispatcher for displaying UI elements. |
| Name | Description | |
|---|---|---|
![]() | GetImportName(Boolean) | Gets the import name. |
![]() | InitializeExtension() | Initialize extension functionality. |
![]() | PerApplicationRecordImport(ApplicationRecord) | Called for each application that is about to be imported. |
![]() | PostImport() | Called as part of the post Import process. |
![]() | PreImport() | Called during the preImport Process. |
![]() | RunSolutionUpgradeMigrationStep(String, String, String, Guid, Guid) | Is called during a solution upgrade when both solutions, old and Holding, are present in the system. |
| Name | Description | |
|---|---|---|
![]() | AddNewProgressItem | Describes an event for new progress item. |
![]() | UpdateProgressItem | Describes an event for update progress item. |
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright


