RetrieveAbsoluteAndSiteCollectionUrlResponse.SiteCollectionUrl Property

Definition

Gets the SharePoint site collection URL of the object that is specified in the request.

public:
 property System::String ^ SiteCollectionUrl { System::String ^ get(); };
public string SiteCollectionUrl { get; }
member this.SiteCollectionUrl : string
Public ReadOnly Property SiteCollectionUrl As String

Property Value

The SharePoint site collection URL of the object that is specified in the request.

Remarks

For SharePoint Server 2010 or SharePoint Server 2010 Online: This property has a value only if:

  • The List Component is installed on the SharePoint site collection on the target SharePoint Server.

  • 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 you create the parent location record.

Otherwise, a blank value is returned.

For SharePoint Server 2007: A blank value is returned.

Applies to