This documentation is archived and is not being maintained.
IConfigMapPath::ResolveSiteArgument Method
Visual Studio 2010
This API supports the .NET Framework 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)
void ResolveSiteArgument(
String^ siteArgument,
[OutAttribute] String^% siteName,
[OutAttribute] String^% siteID
)
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 nullptr, 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: