Manager.GetSiteName(String) Method

Definition

Gets the site name for the specified URL.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Parameters

pURL
String

The target URL.

Returns

The site name for the specified URL.

Applies to