ServiceClient.UserPreferencesDelete Método

Definición

Elimina las preferencias del usuario especificado.

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

Parámetros

International
International

Los entornos culturales.

DeleteAllUserPreferences
Boolean

true eliminar todas las preferencias del usuario especificado; de lo contrario, false.

UserPreferences
Dictionary<String,String>

Las preferencias del usuario para eliminar.

Devoluciones

Un objeto que OperationResult contiene el resultado de una operación.

Se aplica a