ServiceClient.UserPreferencesDelete Methode

Definition

Löscht die Einstellungen des angegebenen Nutzers.

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

Parameter

International
International

Die kulturellen Rahmenbedingungen.

DeleteAllUserPreferences
Boolean

true alle Einstellungen für den angegebenen Benutzer zu löschen; ansonsten gilt false.

UserPreferences
Dictionary<String,String>

Die Nutzerpräferenzen zum Löschen.

Gibt zurück

Ein Objekt, das OperationResult das Ergebnis einer Operation enthält.

Gilt für: