Compartilhar via


ServiceClient.UserPreferencesDelete Método

Definição

Exclui as preferências do usuário 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

As configurações culturais.

DeleteAllUserPreferences
Boolean

true para excluir todas as preferências para o usuário especificado; do contrário, false.

UserPreferences
Dictionary<String,String>

As preferências do usuário para exclusão.

Retornos

Um OperationResult objeto que contém o resultado de uma operação

Aplica-se a