OrganizationServiceContextExtensions.RetrieveDependenciesForUninstall Method (OrganizationServiceContext, String)

 

Applies To: Dynamics CRM 2013

Retrieves the dependencies for solution components that could prevent uninstalling a managed solution. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Messages
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public static EntityCollection RetrieveDependenciesForUninstall(
    this OrganizationServiceContext context,
    string solutionUniqueName
)
public:
[ExtensionAttribute]
static EntityCollection^ RetrieveDependenciesForUninstall(
    OrganizationServiceContext^ context,
    String^ solutionUniqueName
)
static member RetrieveDependenciesForUninstall : 
        context:OrganizationServiceContext *
        solutionUniqueName:string -> EntityCollection
<ExtensionAttribute>
Public Shared Function RetrieveDependenciesForUninstall (
    context As OrganizationServiceContext,
    solutionUniqueName As String
) As EntityCollection

Parameters

Return Value

Type: Microsoft.Xrm.Sdk.EntityCollection

Returns EntityCollection.

Remarks

This is a method wrapper for the RetrieveDependenciesForUninstallRequest and RetrieveDependenciesForUninstallResponse 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 2013

Return to top