UserMapPath.GetPathConfigFilename Method (String, String, String, String)
.NET Framework (current version)
Populates the directory and name of the configuration file based on the site ID and site path.
Assembly: System.Web (in System.Web.dll)
Public Sub GetPathConfigFilename ( siteID As String, path As String, <OutAttribute> ByRef directory As String, <OutAttribute> ByRef baseName As String )
Parameters
- siteID
-
Type:
System.String
A unique identifier for the site.
- path
-
Type:
System.String
The URL that is associated with the site.
- directory
-
Type:
System.String
The physical path of the configuration file.
- baseName
-
Type:
System.String
The name of the configuration file.
.NET Framework
Available since 4.0
Available since 4.0
Show: