IConfigMapPath.GetPathConfigFilename Method (String, String, String, String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Populates the directory and name of the configuration file based on the site ID and site path.
Assembly: System.Web (in System.Web.dll)
abstract GetPathConfigFilename : siteID:string * path:string * directory:string byref * baseName:string byref -> unit
Parameters
- siteID
-
Type:
System.String
A unique identifier for the site.
- path
-
Type:
System.String
The URL associated with the site.
- directory
-
Type:
System.String
The physical directory of the configuration path.
- baseName
-
Type:
System.String
The name of the configuration file.
GetPathConfigFilename is introduced in the .NET Framework version 3.5. For more information, see .NET Framework Versions and Dependencies.
.NET Framework
Available since 2.0
Available since 2.0
Show: