UserMapPath.GetDefaultSiteNameAndID Method (String, String)

.NET Framework (current version)
 

Populates the default site name and the site ID.

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

public void GetDefaultSiteNameAndID(
	out string siteName,
	out string siteID
)

Parameters

siteName
Type: System.String

The name of the default site.

siteID
Type: System.String

A unique identifier for the site.

.NET Framework
Available since 4.0
Return to top
Show: