UserMapPath.GetAppPathForPath(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.
Returns the virtual directory name that is associated with a specific site.
public:
virtual System::String ^ GetAppPathForPath(System::String ^ siteID, System::String ^ path);
public string GetAppPathForPath (string siteID, string path);
abstract member GetAppPathForPath : string * string -> string
override this.GetAppPathForPath : string * string -> string
Public Function GetAppPathForPath (siteID As String, path As String) As String
Parameters
- siteID
- String
A unique identifier for the site.
- path
- String
The URL that is associated with the site.
Returns
The siteID
value must be unique. The siteID
value distinguishes sites that have the same name.
Implements
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.