Share via


RetrieveAbsoluteAndSiteCollectionUrlResponse.SiteCollectionUrl Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: System.String

Type: String
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 CRM. 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.

See Also

RetrieveAbsoluteAndSiteCollectionUrlResponse Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright