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

Os ambientes culturais.

DeleteAllUserPreferences
Boolean

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

UserPreferences
Dictionary<String,String>

As preferências do usuário para excluir.

Retornos

Um objeto contendo OperationResult o resultado de uma operação.

Aplica-se a