RemoteWebConfigurationHostServer.GetFilePaths Methode

Definitie

Intern gebruikt ter ondersteuning van externe toegang tot configuratiegegevens.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

webLevelAsInt
Int32

Het niveau van het configuratiebestand.

path
String

Het pad naar het externe configuratiebestand dat moet worden geopend.

site
String

Het pad naar de externe computer.

locationSubPath
String

Het subpad van de locatie van het configuratiebestand.

Retouren

Een samengevoegde tekenreeks die het bestandspad van het configuratiebestand vertegenwoordigt.

Implementeringen

Van toepassing op

Zie ook