UserMapPath.GetPathConfigFilename(String, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Surađujte s nama na GitHubu
Izvor za ovaj sadržaj možete pronaći na GitHubu, gdje možete stvarati i pregledavati probleme i zahtjeve za povlačenjem. Dodatne informacije potražite u našem vodiču za suradnike.