Edit

Share via


IConfigMapPath.GetDefaultSiteNameAndID(String, String) Method

Definition

Populates the default site name and the site ID.

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

public:
 void GetDefaultSiteNameAndID([Runtime::InteropServices::Out] System::String ^ % siteName, [Runtime::InteropServices::Out] System::String ^ % siteID);
public void GetDefaultSiteNameAndID (out string siteName, out string siteID);
abstract member GetDefaultSiteNameAndID : string * string -> unit
Public Sub GetDefaultSiteNameAndID (ByRef siteName As String, ByRef siteID As String)

Parameters

siteName
String

The default site name.

siteID
String

A unique identifier for the site.

Remarks

GetDefaultSiteNameAndID is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to