IRemoteWebConfigurationHostServer.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)
abstract GetFilePaths : webLevel:int * path:string * site:string * locationSubPath:string -> string
Parameters
- webLevel
-
Type:
System.Int32
The level of the configuration file.
- path
-
Type:
System.String
Path to the remote configuration file to be accessed.
- site
-
Type:
System.String
Path to the remote machine.
- locationSubPath
-
Type:
System.String
The subpath of the location of the configuration file.
Return Value
Type: System.StringA concatenated string representing the file path of the configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: