Manager.GetConfigurationFile(String, String, String) Method

Definition

Gets the path and file name of the configuration file from the passed-in URL string.

This API supports the product infrastructure and is not intended to be used directly from your 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

Parameters

pURL
String

The URL for the configuration file.

path
String

When this method returns, contains the path of the configuration file.

file
String

When this method returns, contains the name of the configuration file.

Returns

true if the configuration file was found; otherwise, false.

Applies to