OrganizationServiceContextExtensions.RetrieveAbsoluteAndSiteCollectionUrl<TResponse> Method (OrganizationServiceContext, EntityReference)

 

Applies To: Dynamics CRM 2015

Retrieves the absolute (complete) URL and the site collection URL of a SharePoint document location or SharePoint site. (Developer Extensions)

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

Syntax

public static TResponse RetrieveAbsoluteAndSiteCollectionUrl<TResponse>(
    this OrganizationServiceContext context,
    EntityReference target
)
where TResponse : OrganizationResponse
public:
generic<typename TResponse>
where TResponse : OrganizationResponse
[ExtensionAttribute]
static TResponse RetrieveAbsoluteAndSiteCollectionUrl(
    OrganizationServiceContext^ context,
    EntityReference^ target
)
static member RetrieveAbsoluteAndSiteCollectionUrl<'TResponse when 'TResponse : OrganizationResponse> : 
        context:OrganizationServiceContext *
        target:EntityReference -> 'TResponse
<ExtensionAttribute>
Public Shared Function RetrieveAbsoluteAndSiteCollectionUrl(Of TResponse As OrganizationResponse) (
    context As OrganizationServiceContext,
    target As EntityReference
) As TResponse

Parameters

Return Value

Type: TResponse

Returns Entity.

Type Parameters

  • TResponse

Remarks

This is a method wrapper for the RetrieveAbsoluteAndSiteCollectionUrlRequest and RetrieveAbsoluteAndSiteCollectionUrlResponse 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