ServiceClient.UserPreferencesUpdate Metodo

Definizione

Aggiorna le preferenze specificate dell'utente.

public:
 Microsoft::MasterDataServices::OperationResult ^ UserPreferencesUpdate(Microsoft::MasterDataServices::International ^ International, System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ UserPreferences);
public Microsoft.MasterDataServices.OperationResult UserPreferencesUpdate(Microsoft.MasterDataServices.International International, System.Collections.Generic.Dictionary<string,string> UserPreferences);
member this.UserPreferencesUpdate : Microsoft.MasterDataServices.International * System.Collections.Generic.Dictionary<string, string> -> Microsoft.MasterDataServices.OperationResult
Public Function UserPreferencesUpdate (International As International, UserPreferences As Dictionary(Of String, String)) As OperationResult

Parametri

International
International

Gli ambienti culturali.

UserPreferences
Dictionary<String,String>

Le preferenze dell'utente per aggiornare.

Valori restituiti

Un oggetto contenente OperationResult il risultato di un'operazione.

Si applica a