DeleteAndPromoteAsyncRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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 the |
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 |
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. |