UserMapPath.ResolveSiteArgument Method (String, String, String)
.NET Framework (current version)
Populates the site name and site ID based on a site argument value.
Assembly: System.Web (in System.Web.dll)
Public Sub ResolveSiteArgument ( siteArgument As String, <OutAttribute> ByRef siteName As String, <OutAttribute> ByRef siteID As String )
Parameters
- siteArgument
-
Type:
System.String
The site name or site identifier.
- siteName
-
Type:
System.String
The default site name.
- siteID
-
Type:
System.String
A unique identifier for the site.
If siteArgument is null, or is equal to the default site name, or is equal to the default site identifier, the siteName and siteID values are populated with the default site values.
.NET Framework
Available since 4.0
Available since 4.0
Show: