Edit

Share via


UserMapPath.GetPathConfigFilename(String, String, String, String) Method

Definition

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

public:
 virtual 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
override this.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 that is associated with the site.

directory
String

The physical path of the configuration file.

baseName
String

The name of the configuration file.

Implements

Applies to