ServiceClient.UserPreferencesDelete Metodo

Definizione

Elimina le preferenze specificate dell'utente.

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

Parametri

International
International

Gli ambienti culturali.

DeleteAllUserPreferences
Boolean

true eliminare tutte le preferenze per l'utente specificato; altrimenti, false.

UserPreferences
Dictionary<String,String>

Le preferenze dell'utente per eliminare.

Valori restituiti

Un oggetto contenente OperationResult il risultato di un'operazione.

Si applica a