UserMapPath.ResolveSiteArgument(String, String, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Popola il nome del sito e l'ID del sito basato su un valore dell'argomento del sito.
public:
virtual void ResolveSiteArgument(System::String ^ siteArgument, [Runtime::InteropServices::Out] System::String ^ % siteName, [Runtime::InteropServices::Out] System::String ^ % siteID);
public void ResolveSiteArgument (string siteArgument, out string siteName, out string siteID);
abstract member ResolveSiteArgument : string * string * string -> unit
override this.ResolveSiteArgument : string * string * string -> unit
Public Sub ResolveSiteArgument (siteArgument As String, ByRef siteName As String, ByRef siteID As String)
Parametri
- siteArgument
- String
Nome del sito o identificatore del sito.
- siteName
- String
Nome del sito predefinito.
- siteID
- String
Identificatore univoco del sito.
Implementazioni
Commenti
Se siteArgument
è null
o è uguale al nome del sito predefinito oppure è uguale all'identificatore del sito predefinito, i siteName
siteID
valori e vengono popolati con i valori del sito predefiniti.