共用方式為


IRemoteWebConfigurationHostServer.GetFilePaths 方法

定義

供內部使用,以支援組態資料的遠端存取。

此 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

組態檔之位置的子路徑。

傳回

串連字串,表示組態檔的檔案路徑。

適用於