IRemoteWebConfigurationHostServer.GetFilePaths 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성 데이터에 대한 원격 액세스를 지원하기 위해 내부적으로 사용됩니다.
이 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
구성 파일 위치의 하위 경로입니다.
반환
구성 파일의 파일 경로를 나타내는 연결된 문자열입니다.