IRemoteWebConfigurationHostServer.GetFilePaths(Int32, String, String, String) Método
Definição
Usado internamente para dar suporte ao acesso remoto para os dados de configuração.Used internally to support remote access to configuration data.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
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
Parâmetros
- webLevel
- Int32
O nível do arquivo de configuração.The level of the configuration file.
- path
- String
O caminho para o arquivo de configuração remoto a ser acessado.Path to the remote configuration file to be accessed.
- site
- String
O caminho para o computador remoto.Path to the remote machine.
- locationSubPath
- String
O subcaminho do local do arquivo de configuração.The subpath of the location of the configuration file.
Retornos
Uma cadeia de caracteres concatenada que representa o caminho de arquivo do arquivo de configuração.A concatenated string representing the file path of the configuration file.