Sdílet prostřednictvím


RemoteWebConfigurationHostServer.GetFilePaths Metoda

Definice

Používá se interně k podpoře vzdáleného přístupu ke konfiguračním datům.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 virtual System::String ^ GetFilePaths(int webLevelAsInt, System::String ^ path, System::String ^ site, System::String ^ locationSubPath);
public string GetFilePaths (int webLevelAsInt, string path, string site, string locationSubPath);
abstract member GetFilePaths : int * string * string * string -> string
override this.GetFilePaths : int * string * string * string -> string
Public Function GetFilePaths (webLevelAsInt As Integer, path As String, site As String, locationSubPath As String) As String

Parametry

webLevelAsInt
Int32

Úroveň konfiguračního souboru.

path
String

Cesta ke vzdálenému konfiguračnímu souboru, ke které se má přistupovat.

site
String

Cesta ke vzdálenému počítači.

locationSubPath
String

Podcesta umístění konfiguračního souboru.

Návraty

Zřetězený řetězec, který představuje cestu k souboru konfiguračního souboru.

Implementuje

Platí pro

Viz také