OrganizationServiceContextExtensions.RetrieveMissingDependencies Method (OrganizationServiceContext, String)

 

Applies To: Dynamics CRM 2015

Verifies whether any solution components are not included in the solution but possibly should be for a complete solution to be exported. (Developer Extensions)

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

Syntax

public static EntityCollection RetrieveMissingDependencies(
    this OrganizationServiceContext context,
    string solutionUniqueName
)
public:
[ExtensionAttribute]
static EntityCollection^ RetrieveMissingDependencies(
    OrganizationServiceContext^ context,
    String^ solutionUniqueName
)
static member RetrieveMissingDependencies : 
        context:OrganizationServiceContext *
        solutionUniqueName:string -> EntityCollection
<ExtensionAttribute>
Public Shared Function RetrieveMissingDependencies (
    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 RetrieveMissingDependenciesRequest and RetrieveMissingDependenciesResponse 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