RemoteWebConfigurationHostServer.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:
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
Paramètres
- webLevelAsInt
- 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 qui représente le chemin d'accès au fichier de configuration.