IImportExtensions2 Interface

Dynamics CRM 2016
 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Contains methods and properties for defining how packages are deployed; inherits from IImportExtensions interface.

Namespace:   Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase
Assembly:  Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase (in Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.dll)

public interface IImportExtensions2 : IImportExtensions

NameDescription
System_CAPS_pubpropertyCrmSvc

Pointer to the CRM service connection.(Inherited from IImportExtensions.)

System_CAPS_pubpropertyDataImportBypass

Gets or sets whether CRM Package Deployer will skip all data import operations such as importing CRM sample data, flat file data, and data exported from the Configuration Migration tool.

System_CAPS_pubpropertyGetExtraProgramLaunchLinkText

Returns the launch link text shown on the last page of the package deployer.(Inherited from IImportExtensions.)

System_CAPS_pubpropertyGetImportLongName

Returns the long name of the import.(Inherited from IImportExtensions.)

System_CAPS_pubpropertyGetImportPackageDescription

Retuns the description of the import package.(Inherited from IImportExtensions.)

System_CAPS_pubpropertyGetImportPackageFolderName

Returns the folder name where the import package lives.(Inherited from IImportExtensions.)

System_CAPS_pubpropertyOverrideDataImportSafetyChecks

Gets or sets whether CRM Package Deployer will bypass some of its safety checks, which helps in improving the solution import performance.

System_CAPS_pubpropertyRootControlDispatcher

Parent dispatcher for displaying UI elements.(Inherited from IImportExtensions.)

System_CAPS_pubpropertyRuntimeSettings

Gets or sets the runtime parameter settings (key and value) for a package.

NameDescription
System_CAPS_pubmethodGetImportName(Boolean)

Gets the import name.(Inherited from IImportExtensions.)

System_CAPS_pubmethodInitializeExtension()

Initialize extension functionality.(Inherited from IImportExtensions.)

System_CAPS_pubmethodOverrideConfigurationDataFileLanguage(Int32, List<Int32>)

Overrides the currently-selected language for the configuration data file import with the user-specified language.

System_CAPS_pubmethodPerApplicationRecordImport(ApplicationRecord)

Called for each application that is about to be imported.(Inherited from IImportExtensions.)

System_CAPS_pubmethodPostImport()

Called as part of the post Import process.(Inherited from IImportExtensions.)

System_CAPS_pubmethodPreImport()

Called during the preImport Process.(Inherited from IImportExtensions.)

System_CAPS_pubmethodPreSolutionImport(String, Boolean, Boolean, Boolean, Boolean)

System_CAPS_pubmethodPreSolutionImport(String, Boolean, Boolean)

Obsolete. Executes before the named solution is imported to allow for any configuration settings to be made to the import process.

System_CAPS_pubmethodRunSolutionUpgradeMigrationStep(String, String, String, Guid, Guid)

Is called during a solution upgrade when both solutions, old and Holding, are present in the system.(Inherited from IImportExtensions.)

NameDescription
System_CAPS_pubeventAddNewProgressItem

Describes an event for new progress item.(Inherited from IImportExtensions.)

System_CAPS_pubeventUpdateProgressItem

Describes an event for update progress item.(Inherited from IImportExtensions.)

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: