IRemoteWebConfigurationHostServer.GetFilePaths Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.