Langue

Manager.GetConfigurationFile(String, String, String) Méthode

Définition

Obtient le chemin d’accès et le nom du fichier de configuration à partir de la chaîne d’URL transmise.

Cette API prend en charge l’infrastructure du produit et n’est pas destinée à être utilisée directement à partir de votre code.

public:
 static bool GetConfigurationFile(System::String ^ pURL, [Runtime::InteropServices::Out] System::String ^ % path, [Runtime::InteropServices::Out] System::String ^ % file);
public static bool GetConfigurationFile(string pURL, out string path, out string file);
static member GetConfigurationFile : string * string * string -> bool
Public Shared Function GetConfigurationFile (pURL As String, ByRef path As String, ByRef file As String) As Boolean

Paramètres

pURL
String

URL du fichier de configuration.

path
String

Lorsque cette méthode est retournée, contient le chemin d’accès du fichier de configuration.

file
String

Lorsque cette méthode est retournée, contient le nom du fichier de configuration.

Retours

true si le fichier de configuration a été trouvé ; sinon, false.

S’applique à