IRemoteWebConfigurationHostServer.GetFilePaths Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Utilisé en interne pour prendre en charge l'accès distant aux données de configuration.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
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
Paramètres
- webLevel
- Int32
Niveau du fichier de configuration.
- path
- String
Chemin d'accès au fichier de configuration distant auquel vous devez accéder.
- site
- String
Chemin d'accès à l'ordinateur distant.
- locationSubPath
- String
Sous-chemin de l'emplacement du fichier de configuration.
Retours
Chaîne concaténée représentant le chemin d'accès au fichier de configuration.