ImportSolutionRequest.OverwriteUnmanagedCustomizations Property

 

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

Gets or sets whether any unmanaged customizations that have been applied over existing managed solution components should be overwritten. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public bool OverwriteUnmanagedCustomizations { get; set; }
Public Property OverwriteUnmanagedCustomizations As Boolean

Property Value

Type: System.Boolean

Type: Boolean
true if the any unmanaged customizations that have been applied over existing managed solution components should be overwritten; otherwise, false.

Remarks

This setting applies to scenarios where the managed solution is already installed and it is being installed again, perhaps as a newer version. When this value is false importing the solution will only update the managed solution components and any unmanaged customizations of those components will remain. By setting this property to true and importing the solution, any unmanaged customizations will be overwritten. You may want to do this as a way to re-initialize the solution.

Note

To preserve any unmanaged customizations, export any unmanaged customizations before installing the update with this option set to true.

See Also

ImportSolutionRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright