次の方法で共有


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

構成ファイルの場所のサブパス。

戻り値

構成ファイルのファイル パスを表す、連結された文字列。

適用対象