次の方法で共有


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

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

戻り値

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

実装

適用対象

こちらもご覧ください