UserMapPath.GetPathConfigFilename(String, String, String, String) Methode

Definitie

Hiermee wordt de map en de naam van het configuratiebestand ingevuld op basis van de site-id en het sitepad.

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

Een unieke id voor de site.

path
String

De URL die is gekoppeld aan de site.

directory
String

Het fysieke pad van het configuratiebestand.

baseName
String

De naam van het configuratiebestand.

Implementeringen

Van toepassing op