IConfigMapPath.ResolveSiteArgument Method (String, String, String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Populates the site name and site ID based on a site argument value.
Assembly: System.Web (in System.Web.dll)
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, is equal to the default site name, or is equal to the default site identifier, the siteName and siteID are populated with the default site values.
ResolveSiteArgument is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 2.0
Available since 2.0
Show: