Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.26 KB

sample-retrieve-absolute-url-and-site-collection-url-of-a-location-record.md

File metadata and controls

47 lines (36 loc) · 2.26 KB
title description keywords ms.date ms.custom ms.topic applies_to ms.assetid author ms.author ms.reviewer ms.suite ms.tgt_pltfrm caps.latest.revision topic-status search.audienceType
Sample: Retrieve absolute URL and site collection URL of a location record | MicrosoftDocs
Learn how to retrieve the absolute URL and site collection URL of a location record with this code sample for Dynamics 365 Customer Engagement (on-premises).
10/31/2017
sample
Dynamics 365 Customer Engagement (on-premises)
f40b22d9-89fc-4b9f-a158-c7944c768d1b
KumarVivek
kvivek
pehecke
19
Drafting
developer

Sample: Retrieve absolute URL and site collection URL of a location record

This sample code is for [!INCLUDEpn_dynamics_crm_online]. Download the sample: Work with SharePoint Integration.

Prerequisites

[!INCLUDEsdk-prerequisite]

Requirements

[!INCLUDEsdk_SeeConnectionHelper]

Demonstrates

This sample shows how to retrieve the absolute URL and the site collection URL of a [!INCLUDEpn_SharePoint_Server_short] location record in [!INCLUDEpn_dynamics_crm] using the xref:Microsoft.Crm.Sdk.Messages.RetrieveAbsoluteAndSiteCollectionUrlRequest message.

Example

[!code-csharpSharePointIntegration#RetrieveAbsoluteAndSiteCollectionURLs]

See also

Integrate SharePoint with Microsoft Dynamics 365 Customer Engagement (on-premises)
Retrieve Absolute and Site Collection URLs for a Location Record
Sample: Create, Retrieve, Update, and Delete (CRUD) a SharePoint Location Record
xref:Microsoft.Crm.Sdk.Messages.RetrieveAbsoluteAndSiteCollectionUrlRequest

[!INCLUDEfooter-include]