ExportSolutionAsyncRequest Class

Definition

Contains the data to export a solution using an asynchronous job.

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

Remarks

Usage

Pass an instance of this class to the Execute(OrganizationRequest) method, which returns an instance of ExportSolutionAsyncResponse.

Privileges and Access Rights

To perform this action, the caller must have privileges listed in ExportSolutionAsync message privileges.

Constructors

ExportSolutionAsyncRequest()

Initializes a new instance of the ExportSolutionAsyncRequest class.

Properties

ExportAutoNumberingSettings

Gets or sets whether auto numbering settings should be included in the solution being exported. Optional.

ExportCalendarSettings

Gets or sets whether calendar settings should be included in the solution being exported. Optional.

ExportComponentsParams

Gets or sets whether solution component parameters should be included in the solution being exported. Optional.

ExportCustomizationSettings

Gets or sets whether customization settings should be included in the solution being exported. Optional.

ExportEmailTrackingSettings

Gets or sets whether email tracking settings should be included in the solution being exported. Optional.

ExportExternalApplications

For internal use only.

ExportGeneralSettings

Gets or sets whether general settings should be included in the solution being exported. Optional.

ExportIsvConfig

Gets or sets whether ISV.Config settings should be included in the solution being exported. Optional.

ExportMarketingSettings

Gets or sets whether marketing settings should be included in the solution being exported. Optional.

ExportOutlookSynchronizationSettings

Gets or sets whether outlook synchronization settings should be included in the solution being exported. Optional.

ExportRelationshipRoles

Gets or sets whether relationship role settings should be included in the solution being exported. Optional.

ExportSales

Gets or sets whether sales settings should be included in the solution being exported. Optional.

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)
Managed

Gets or sets whether the solution should be exported as a managed solution. Required.

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)
SolutionName

Gets or sets the unique name of the solution to be exported. Required.

TargetVersion

Get or set a value indicating the version that the exported solution will support.

Applies to