다음을 통해 공유


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

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

구현

적용 대상

추가 정보