RemoteWebConfigurationHostServer.GetFilePaths 方法

定义

在内部用于支持对配置数据的远程访问。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual System::String ^ GetFilePaths(int webLevelAsInt, System::String ^ path, System::String ^ site, System::String ^ locationSubPath);
public string GetFilePaths (int webLevelAsInt, string path, string site, string locationSubPath);
abstract member GetFilePaths : int * string * string * string -> string
override this.GetFilePaths : int * string * string * string -> string
Public Function GetFilePaths (webLevelAsInt As Integer, path As String, site As String, locationSubPath As String) As String

参数

webLevelAsInt
Int32

配置文件的级别。

path
String

要访问的远程配置文件的路径。

site
String

远程计算机的路径。

locationSubPath
String

配置文件位置的子路径。

返回

String

表示配置文件的文件路径的串联字符串。

实现

适用于

另请参阅