DeleteAndPromoteAsyncRequest Class

Definition

Asynchronously replaces managed solution (A) plus all of its patches with managed solution (B) that is the clone of (A) and all of its patches.

[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class DeleteAndPromoteAsyncRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type DeleteAndPromoteAsyncRequest = class
    inherit OrganizationRequest
Public NotInheritable Class DeleteAndPromoteAsyncRequest
Inherits OrganizationRequest
Inheritance
DeleteAndPromoteAsyncRequest
Attributes

Remarks

This request can be used on a base solution when there is a new version of the solution imported as a holding solution. This request deletes the base solution along with all of its patches and renames the holding solution to the same name as the base solution.

This operation is the asynchronous version of the DeleteAndPromoteRequest class

Learn about working with solutions using the Dataverse SDK for .NET.

Constructors

DeleteAndPromoteAsyncRequest()

Initializes a new instance of theDeleteAndPromoteAsyncRequest class.

Properties

ExtensionData

Gets or sets the structure that contains extra data. Optional.

(Inherited from OrganizationRequest)
Item[String]

Gets or sets the indexer for the Parameters collection.

(Inherited from OrganizationRequest)
Parameters

Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
RequestId

Gets or sets the ID of the request. Optional.

(Inherited from OrganizationRequest)
RequestName

Gets or sets the name of the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
UniqueName

Gets or sets the unique name of the solution being replaced.

Applies to