IRemoteWebConfigurationHostServer.GetFilePaths 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在内部用于支持对配置数据的远程访问。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
System::String ^ GetFilePaths(int webLevel, System::String ^ path, System::String ^ site, System::String ^ locationSubPath);
public string GetFilePaths (int webLevel, string path, string site, string locationSubPath);
abstract member GetFilePaths : int * string * string * string -> string
Public Function GetFilePaths (webLevel As Integer, path As String, site As String, locationSubPath As String) As String
参数
- webLevel
- Int32
配置文件的级别。
- path
- String
要访问的远程配置文件的路径。
- site
- String
远程计算机的路径。
- locationSubPath
- String
配置文件位置的子路径。
返回
连接字符串,用于表示配置文件的文件路径。