OrganizationServiceContextExtensions.ImportSolution Method (OrganizationServiceContext, Boolean, Boolean, Byte[], Guid)
Applies To: Dynamics CRM 2015
Imports a managed or unmanaged solution. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static void ImportSolution(
this OrganizationServiceContext context,
bool overwriteUnmanagedCustomizations,
bool publishWorkflows,
byte[] customizationFile,
Guid importJobId
)
public:
[ExtensionAttribute]
static void ImportSolution(
OrganizationServiceContext^ context,
bool overwriteUnmanagedCustomizations,
bool publishWorkflows,
array<unsigned char>^ customizationFile,
Guid importJobId
)
static member ImportSolution :
context:OrganizationServiceContext *
overwriteUnmanagedCustomizations:bool *
publishWorkflows:bool *
customizationFile:byte[] *
importJobId:Guid -> unit
<ExtensionAttribute>
Public Shared Sub ImportSolution (
context As OrganizationServiceContext,
overwriteUnmanagedCustomizations As Boolean,
publishWorkflows As Boolean,
customizationFile As Byte(),
importJobId As Guid
)
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- overwriteUnmanagedCustomizations
Type: System.Boolean
- publishWorkflows
Type: System.Boolean
- customizationFile
Type: System.Byte[]
- importJobId
Type: System.Guid
Remarks
This is a method wrapper for the ImportSolutionRequest and ImportSolutionResponse 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