UserMapPath.GetDefaultSiteNameAndID(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 default site name and the site ID.
public:
virtual void GetDefaultSiteNameAndID([Runtime::InteropServices::Out] System::String ^ % siteName, [Runtime::InteropServices::Out] System::String ^ % siteID);
public void GetDefaultSiteNameAndID (out string siteName, out string siteID);
abstract member GetDefaultSiteNameAndID : string * string -> unit
override this.GetDefaultSiteNameAndID : string * string -> unit
Public Sub GetDefaultSiteNameAndID (ByRef siteName As String, ByRef siteID As String)
Parameters
- siteName
- String
The name of the default site.
- siteID
- String
A unique identifier for the site.
Implements
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.