DeploymentExtensions.DeleteAndPromoteSolutionAsync Method

Definition

Executes a Delete and Propmote Request against Dataverse using the Async Pattern.

public static Guid DeleteAndPromoteSolutionAsync (this Microsoft.PowerPlatform.Dataverse.Client.ServiceClient serviceClient, string uniqueName);
static member DeleteAndPromoteSolutionAsync : Microsoft.PowerPlatform.Dataverse.Client.ServiceClient * string -> Guid
<Extension()>
Public Function DeleteAndPromoteSolutionAsync (serviceClient As ServiceClient, uniqueName As String) As Guid

Parameters

serviceClient
ServiceClient

ServiceClient

uniqueName
String

Unique Name of solution to be upgraded

Returns

Returns the Async Job ID. To find the status of the job, query the AsyncOperation Entity using GetEntityDataByID using the returned value of this method

Applies to