IService.UserPreferencesDelete(UserPreferencesDeleteRequest) Metodo

Definizione

Elimina le preferenze dell'utente corrente.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesDeleteResponse ^ UserPreferencesDelete(Microsoft::MasterDataServices::Services::MessageContracts::UserPreferencesDeleteRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteResponse UserPreferencesDelete (Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member UserPreferencesDelete : Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteRequest -> Microsoft.MasterDataServices.Services.MessageContracts.UserPreferencesDeleteResponse
Public Function UserPreferencesDelete (request As UserPreferencesDeleteRequest) As UserPreferencesDeleteResponse

Parametri

Restituisce

Attributi

Commenti

L'operazione UserPreferencesDelete(UserPreferencesDeleteRequest) elimina le preferenze selezionate dell'utente corrente all'interno del repository MDS. È possibile specificare una o più preferenze per l'eliminazione inviando un elenco di dizionari. In alternativa, tutte le preferenze salvate possono essere eliminate impostando DeleteAllUserPreferences su true.

Si applica a