IConfigMapPath.GetDefaultSiteNameAndID Method (String, String)

 

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

Populates the default site name and the site ID.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

void GetDefaultSiteNameAndID(
	out string siteName,
	out string siteID
)

Parameters

siteName
Type: System.String

The default site name.

siteID
Type: System.String

A unique identifier for the site.

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

.NET Framework
Available since 2.0
Return to top
Show: