共用方式為


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

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

實作

適用於

另請參閱