Share via


RemoteWebConfigurationHostServer.GetFilePaths Metodo

Definizione

Utilizzato internamente per supportare l'accesso remoto ai dati di configurazione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

webLevelAsInt
Int32

Livello del file di configurazione.

path
String

Percorso del file di configurazione remoto a cui accedere.

site
String

Percorso del computer remoto.

locationSubPath
String

Sottopercorso della posizione del file di configurazione.

Restituisce

Stringa concatenata che rappresenta il percorso del file di configurazione.

Implementazioni

Si applica a

Vedi anche