Share via


Utility.EnsureQualifiedRootUrl(String) Method

Definition

This takes a relative URI and prepends the CRM URL to create a fully qualified URL without the ORG name if it appears after the hostname.

public:
 static System::String ^ EnsureQualifiedRootUrl(System::String ^ crmurl);
public static string EnsureQualifiedRootUrl (string crmurl);
static member EnsureQualifiedRootUrl : string -> string
Public Shared Function EnsureQualifiedRootUrl (crmurl As String) As String

Parameters

crmurl
String

Specifies the absolute or relative CRM URL

Returns

An absolute URL without the ORG name

Applies to