RetrieveAbsoluteAndSiteCollectionUrlResponse.SiteCollectionUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 totrue
you create the parent location record.
Otherwise, a blank value is returned.
For SharePoint Server 2007: A blank value is returned.