RemoteWebConfigurationHostServer.GetFilePaths 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
供內部使用,以支援組態資料的遠端存取。
此 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
組態檔之位置的子路徑。
傳回
串連字串,表示組態檔的檔案路徑。