RemoteWebConfigurationHostServer.GetFilePaths Method (Int32, String, String, String)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Used internally to support remote access to configuration data.
Assembly: System.Web (in System.Web.dll)
public string GetFilePaths( int webLevelAsInt, string path, string site, string locationSubPath )
Parameters
- webLevelAsInt
-
Type:
System.Int32
The level of the configuration file.
- path
-
Type:
System.String
The path to the remote configuration file to be accessed.
- site
-
Type:
System.String
The path to the remote computer.
- locationSubPath
-
Type:
System.String
The subpath of the location of the configuration file.
Return Value
Type: System.StringA concatenated string that represents the file path of the configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: