OrganizationServiceContextExtensions.RemoveSolutionComponent Method (OrganizationServiceContext, Guid, Int32, String)
Applies To: Dynamics CRM 2015
Removes a solution component to an unmanaged solution. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Messages
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static Guid RemoveSolutionComponent(
this OrganizationServiceContext context,
Guid componentId,
int componentType,
string solutionUniqueName
)
public:
[ExtensionAttribute]
static Guid RemoveSolutionComponent(
OrganizationServiceContext^ context,
Guid componentId,
int componentType,
String^ solutionUniqueName
)
static member RemoveSolutionComponent :
context:OrganizationServiceContext *
componentId:Guid *
componentType:int *
solutionUniqueName:string -> Guid
<ExtensionAttribute>
Public Shared Function RemoveSolutionComponent (
context As OrganizationServiceContext,
componentId As Guid,
componentType As Integer,
solutionUniqueName As String
) As Guid
Parameters
context
Type: Microsoft.Xrm.Sdk.Client.OrganizationServiceContextThe organization service context.
- componentId
Type: System.Guid
- componentType
Type: System.Int32
- solutionUniqueName
Type: System.String
Return Value
Type: System.Guid
Returns Guid.
Remarks
This is a method wrapper for the RemoveSolutionComponentRequest and RemoveSolutionComponentResponse 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