RetrieveAbsoluteAndSiteCollectionUrlRequest Class

Definition

Contains the data that is needed to retrieve the absolute URL and the site collection URL for a SharePoint location record in Dataverse.

public ref class RetrieveAbsoluteAndSiteCollectionUrlRequest sealed : Microsoft::Xrm::Sdk::OrganizationRequest
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class RetrieveAbsoluteAndSiteCollectionUrlRequest : Microsoft.Xrm.Sdk.OrganizationRequest
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type RetrieveAbsoluteAndSiteCollectionUrlRequest = class
    inherit OrganizationRequest
Public NotInheritable Class RetrieveAbsoluteAndSiteCollectionUrlRequest
Inherits OrganizationRequest
Inheritance
RetrieveAbsoluteAndSiteCollectionUrlRequest
Attributes

Examples

The following example shows how to use this message. For this sample to work correctly, you must be connected to the server to get an IOrganizationService interface instance. For the complete sample, see the link later in this topic.

Remarks

For the Web API use the RetrieveAbsoluteAndSiteCollectionUrl function.

Usage

Pass an instance of this class to the Execute(OrganizationRequest) method, which returns an instance of the RetrieveAbsoluteAndSiteCollectionUrlResponse class.

Privileges and Access Rights

To perform this action, the caller must have privileges on the SharepointDocumentLocation and SharepointSite entities and access rights on the specified record in the Target parameter. For a list of the required privileges, see RetrieveAbsoluteAndSiteCollectionUrl message privileges.

Notes for Callers

This message works only if your target server is SharePoint Server 2010 or 2013, and both the following conditions are true:

  • The Microsoft Dynamics CRM List Component for SharePoint Server is installed on the SharePoint site collection on the target SharePoint Server. For more information, see 00e5e847-d64c-46c8-92a2-19bcf17b9a76#CRMListComponent.

  • The location record for the parent SharePoint site collection exists in Microsoft Dynamics 365. In addition, the SharePointSite.IsGridPresent attribute must be set to true when you create the parent location record.

Otherwise, a blank value is returned for the SiteCollectionUrl property.

Constructors

RetrieveAbsoluteAndSiteCollectionUrlRequest()

Initializes a new instance of the RetrieveAbsoluteAndSiteCollectionUrlRequest class.

Properties

ExtensionData

Gets or sets the structure that contains extra data. Optional.

(Inherited from OrganizationRequest)
Item[String]

Gets or sets the indexer for the Parameters collection.

(Inherited from OrganizationRequest)
Parameters

Gets or sets the collection of parameters for the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
RequestId

Gets or sets the ID of the request. Optional.

(Inherited from OrganizationRequest)
RequestName

Gets or sets the name of the request. Required, but is supplied by derived classes.

(Inherited from OrganizationRequest)
Target

Gets or sets the target for which the data is to be retrieved. Required.

Applies to

See also