Share via


IRemoteWebConfigurationHostServer.GetFilePaths Méthode

Définition

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.

S’applique à