IImportExtensions.RunSolutionUpgradeMigrationStep Method (String, String, String, Guid, Guid)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Is called during a solution upgrade when both solutions, old and Holding, are present in the system.
Namespace: Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase
Assembly: Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase (in Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase.dll)
Syntax
void RunSolutionUpgradeMigrationStep(
string solutionName,
string oldVersion,
string newVersion,
Guid oldSolutionId,
Guid newSolutionId
)
Sub RunSolutionUpgradeMigrationStep (
solutionName As String,
oldVersion As String,
newVersion As String,
oldSolutionId As Guid,
newSolutionId As Guid
)
Parameters
solutionName
Type: System.StringName of the solution.
oldVersion
Type: System.StringOld version number.
newVersion
Type: System.StringNew version number.
oldSolutionId
Type: System.GuidOld solution id.
newSolutionId
Type: System.GuidNew solution id.
See Also
IImportExtensions Interface
Microsoft.Xrm.Tooling.PackageDeployment.CrmPackageExtentionBase Namespace
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright