ServiceClient.UserPreferencesDelete Methode

Definition

Löscht die Einstellungen des angegebenen Benutzers.

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 Kultureinstellungen.

DeleteAllUserPreferences
Boolean

true, um alle Einstellungen für den angegebenen Benutzer zu löschen, andernfalls false.

UserPreferences
Dictionary<String,String>

Die zu löschenden Benutzereinstellungen.

Gibt zurück

Ein OperationResult-Objekt, das das Ergebnis eines Vorgangs enthält.

Gilt für: