UserMapPath.GetAppPathForPath(String, String) Method

Definition

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