OrganizationServiceContextExtensions.ExportSolution Method (OrganizationServiceContext, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
Applies To: Dynamics CRM 2015
Exports a managed or unmanaged solution. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static byte[] ExportSolution(
this OrganizationServiceContext context,
string solutionName,
bool managed,
bool exportAutoNumberingSettings,
bool exportCalendarSettings,
bool exportCustomizationSettings,
bool exportEmailTrackingSettings,
bool exportGeneralSettings,
bool exportMarketingSettings,
bool exportOutlookSynchronizationSettings,
bool exportRelationshipRoles,
bool exportIsvConfig
)
public:
[ExtensionAttribute]
static array<unsigned char>^ ExportSolution(
OrganizationServiceContext^ context,
String^ solutionName,
bool managed,
bool exportAutoNumberingSettings,
bool exportCalendarSettings,
bool exportCustomizationSettings,
bool exportEmailTrackingSettings,
bool exportGeneralSettings,
bool exportMarketingSettings,
bool exportOutlookSynchronizationSettings,
bool exportRelationshipRoles,
bool exportIsvConfig
)
static member ExportSolution :
context:OrganizationServiceContext *
solutionName:string *
managed:bool *
exportAutoNumberingSettings:bool *
exportCalendarSettings:bool *
exportCustomizationSettings:bool *
exportEmailTrackingSettings:bool *
exportGeneralSettings:bool *
exportMarketingSettings:bool *
exportOutlookSynchronizationSettings:bool *
exportRelationshipRoles:bool *
exportIsvConfig:bool -> byte[]
<ExtensionAttribute>
Public Shared Function ExportSolution (
context As OrganizationServiceContext,
solutionName As String,
managed As Boolean,
exportAutoNumberingSettings As Boolean,
exportCalendarSettings As Boolean,
exportCustomizationSettings As Boolean,
exportEmailTrackingSettings As Boolean,
exportGeneralSettings As Boolean,
exportMarketingSettings As Boolean,
exportOutlookSynchronizationSettings As Boolean,
exportRelationshipRoles As Boolean,
exportIsvConfig As Boolean
) As Byte()
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- solutionName
Type: System.String
- managed
Type: System.Boolean
- exportAutoNumberingSettings
Type: System.Boolean
- exportCalendarSettings
Type: System.Boolean
- exportCustomizationSettings
Type: System.Boolean
- exportEmailTrackingSettings
Type: System.Boolean
- exportGeneralSettings
Type: System.Boolean
- exportMarketingSettings
Type: System.Boolean
- exportOutlookSynchronizationSettings
Type: System.Boolean
- exportRelationshipRoles
Type: System.Boolean
- exportIsvConfig
Type: System.Boolean
Return Value
Type: System.Byte[]
Returns Byte.
Remarks
This is a method wrapper for the ExportSolutionRequest and ExportSolutionResponse classes. See the documentation in the Request class for more information about this message.
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client.Messages Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright