다음을 통해 공유


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

구성 파일 위치의 하위 경로입니다.

반환

String

구성 파일의 파일 경로를 나타내는 연결된 문자열입니다.

적용 대상