IRemoteWebConfigurationHostServer.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:
 System::String ^ GetFilePaths(int webLevel, System::String ^ path, System::String ^ site, System::String ^ locationSubPath);
public string GetFilePaths(int webLevel, string path, string site, string locationSubPath);
abstract member GetFilePaths : int * string * string * string -> string
Public Function GetFilePaths (webLevel As Integer, path As String, site As String, locationSubPath As String) As String

Parameters

webLevel
Int32

Het niveau van het configuratiebestand.

path
String

Pad naar het externe configuratiebestand dat moet worden geopend.

site
String

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.

Van toepassing op