UserMapPath.ResolveSiteArgument(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Populates the site name and site ID based on a site argument value.
public:
virtual void ResolveSiteArgument(System::String ^ siteArgument, [Runtime::InteropServices::Out] System::String ^ % siteName, [Runtime::InteropServices::Out] System::String ^ % siteID);
public void ResolveSiteArgument (string siteArgument, out string siteName, out string siteID);
abstract member ResolveSiteArgument : string * string * string -> unit
override this.ResolveSiteArgument : string * string * string -> unit
Public Sub ResolveSiteArgument (siteArgument As String, ByRef siteName As String, ByRef siteID As String)
Parameters
- siteArgument
- String
The site name or site identifier.
- siteName
- String
The default site name.
- siteID
- String
A unique identifier for the site.
Implements
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.