IConfigMapPath.GetPathConfigFilename(String, String, String, String) Method

Definition

Populates the directory and name of the configuration file based on the site ID and site path.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void GetPathConfigFilename(System::String ^ siteID, System::String ^ path, [Runtime::InteropServices::Out] System::String ^ % directory, [Runtime::InteropServices::Out] System::String ^ % baseName);
public void GetPathConfigFilename (string siteID, string path, out string directory, out string baseName);
abstract member GetPathConfigFilename : string * string * string * string -> unit
Public Sub GetPathConfigFilename (siteID As String, path As String, ByRef directory As String, ByRef baseName As String)

Parameters

siteID
String

A unique identifier for the site.

path
String

The URL associated with the site.

directory
String

The physical directory of the configuration path.

baseName
String

The name of the configuration file.

Remarks

GetPathConfigFilename is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to